Skip to content

Commit

Permalink
Fix casing on GitHub (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 25, 2022
1 parent 4124fcd commit 79b769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function HomePage() {
<nav className="flex text-2xl space-x-8">
<Button href="introduction">Docs</Button>
<Button href="https://github.com/4Catalyzer/astroturf">
Github
GitHub
</Button>
</nav>
</section>
Expand Down

0 comments on commit 79b769e

Please sign in to comment.