Skip to content

Commit

Permalink
Merge pull request #10 from varghesejose2020/main
Browse files Browse the repository at this point in the history
Fixed GitHub capitalization footer and Hero section
  • Loading branch information
kurianbenoy authored Apr 12, 2024
2 parents 4fc57ea + e197d10 commit 0a7711f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/home/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Footer() {
</li>
<li>
<Link href="https://github.com/kurianbenoy/Indic-Subtitler/">
Github
GitHub
</Link>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/home/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function HeroSection() {
target=" _blank"
className="flex gap-2 bg-secondary-900 text-white px-4 py-2 font-medium rounded-md md:text-xl"
>
Github <IconExternalLink />
GitHub <IconExternalLink />
</a>
</div>
</div>
Expand Down

0 comments on commit 0a7711f

Please sign in to comment.