Skip to content

Commit

Permalink
refactor: update the CTA button text
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsomaa committed Jul 21, 2024
1 parent 7e3043b commit 97389dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export default function Hero() {
Explore a curated list of font and theme pairings for Visual Studio
Code that just work!
</p>
<div className="mt-6 flex flex-col items-center justify-center gap-y-8">
<div className="mt-6 flex flex-col items-center justify-center gap-y-8">
<Button
asChild
size="lg"
variant="outline"
className="font-semibold text-[#007ACC] hover:text-[#007ACC]"
>
<Link href="/explore">Explore Available Pairs</Link>
<Link href="/explore">Explore Pairs</Link>
</Button>
</div>
</div>
Expand Down

0 comments on commit 97389dd

Please sign in to comment.