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 34d0dd2 commit 20ab63aCopy full SHA for 20ab63a
apps/gifting-concierge/src/app/components/hero.tsx
@@ -26,7 +26,7 @@ export function Hero() {
26
href="/how-it-works"
27
className={cn(
28
buttonVariants({ variant: "link" }),
29
- "w-fit mx-auto hover:font-semibold hover:text-primary text-base sm:text-lg transition-colors",
+ "w-fit mx-auto hover:font-semibold hover:text-primary text-base sm:text-lg transition-colors hover:no-underline",
30
)}
31
>
32
How it works
0 commit comments