We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3043b commit 97389ddCopy full SHA for 97389dd
components/Hero.tsx
@@ -16,14 +16,14 @@ export default function Hero() {
16
Explore a curated list of font and theme pairings for Visual Studio
17
Code that just work!
18
</p>
19
- <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">
20
<Button
21
asChild
22
size="lg"
23
variant="outline"
24
className="font-semibold text-[#007ACC] hover:text-[#007ACC]"
25
>
26
- <Link href="/explore">Explore Available Pairs</Link>
+ <Link href="/explore">Explore Pairs</Link>
27
</Button>
28
</div>
29
0 commit comments