Skip to content

Commit 97389dd

Browse files
committed
refactor: update the CTA button text
1 parent 7e3043b commit 97389dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ export default function Hero() {
1616
Explore a curated list of font and theme pairings for Visual Studio
1717
Code that just work!
1818
</p>
19-
<div className="mt-6 flex flex-col items-center justify-center gap-y-8">
19+
<div className="mt-6 flex flex-col items-center justify-center gap-y-8">
2020
<Button
2121
asChild
2222
size="lg"
2323
variant="outline"
2424
className="font-semibold text-[#007ACC] hover:text-[#007ACC]"
2525
>
26-
<Link href="/explore">Explore Available Pairs</Link>
26+
<Link href="/explore">Explore Pairs</Link>
2727
</Button>
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)