Skip to content

Commit 20ab63a

Browse files
committed
feat: remove underline
1 parent 34d0dd2 commit 20ab63a

File tree

1 file changed

+1
-1
lines changed
  • apps/gifting-concierge/src/app/components

1 file changed

+1
-1
lines changed

apps/gifting-concierge/src/app/components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function Hero() {
2626
href="/how-it-works"
2727
className={cn(
2828
buttonVariants({ variant: "link" }),
29-
"w-fit mx-auto hover:font-semibold hover:text-primary text-base sm:text-lg transition-colors",
29+
"w-fit mx-auto hover:font-semibold hover:text-primary text-base sm:text-lg transition-colors hover:no-underline",
3030
)}
3131
>
3232
How it works

0 commit comments

Comments
 (0)