Skip to content

Commit b87d0cc

Browse files
committed
✨ Minor tweaks
1 parent 552f7d6 commit b87d0cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/src/components/ui/link.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import * as React from "react";
44

55
import { cn } from "@site/src/lib/utils";
66

7-
const linkVariants = cva("no-underline", {
7+
const linkVariants = cva("no-underline!", {
88
variants: {
99
variant: {
1010
default: "transition-all",
11-
menu: "text-(--menu-foreground)! hover:no-underline! hover:bg-(--menu-accent)!",
11+
menu: "text-(--menu-foreground)! hover:no-underline! hover:bg-(--menu-accent)!",
1212
},
1313
},
1414
defaultVariants: {

0 commit comments

Comments
 (0)