From 5c3f40579ea3b8d877ddabff183365425cc9089a Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 23 Jan 2025 14:18:07 +0100 Subject: [PATCH] style(landing-page): text links underline only on hover --- apps/landing-page/app/components/link.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/landing-page/app/components/link.tsx b/apps/landing-page/app/components/link.tsx index d4cb9298f..6df248a6e 100644 --- a/apps/landing-page/app/components/link.tsx +++ b/apps/landing-page/app/components/link.tsx @@ -11,7 +11,7 @@ import { buttonVariants } from "./Button"; type Optional = Omit & Partial>; -const textLinkVariants = cva("inline-flex gap-1 font-medium underline", { +const textLinkVariants = cva("inline-flex gap-1 font-medium hover:underline", { variants: { size: { default: "",