Skip to content

Commit

Permalink
Merge pull request #7 from chrisstef/dev
Browse files Browse the repository at this point in the history
typo fixes
  • Loading branch information
chrisstef authored Feb 5, 2024
2 parents c3c3772 + 55c623d commit 2d3abeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const Hero = () => {
variant: "outline",
})}`}
>
Github
<Icons.github className="ml-2 h-4 w-4" />
<Icons.github className="mr-2 h-4 w-4" />
GitHub
</Link>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Navbar = () => {
)}`}
>
<Icons.github className="mr-2 h-4 w-4" />
Github
GitHub
</Link>
</div>
</SheetContent>
Expand Down Expand Up @@ -143,7 +143,7 @@ const Navbar = () => {
})}`}
>
<Icons.github className="mr-2 h-4 w-4" />
Github
GitHub
</Link>

<ModeToggle />
Expand Down
4 changes: 2 additions & 2 deletions components/OpenSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const OpenSource = async () => {
return (
<section className="container py-24 sm:py-32">
<div className="flex flex-col items-center gap-4">
<h2 className="text-3xl md:text-4xl font-bold text-center">
<h2 className="text-3xl md:text-4xl font-bold text-center mb-2">
Fully
<span className="bg-gradient-to-b from-primary/60 to-primary text-transparent bg-clip-text">
{" "}
Expand All @@ -32,7 +32,7 @@ const OpenSource = async () => {
)}
>
<Icons.star className="mr-2 h-4 w-4" />
<span>{stars} on Github</span>
<span>{stars} on GitHub</span>
</Link>
</div>
</section>
Expand Down

0 comments on commit 2d3abeb

Please sign in to comment.