From f54ab70ffd3c7d8132ef1f1402b124b8940b934c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Mon, 25 Nov 2024 08:47:06 +0100 Subject: [PATCH] chore(SW-912): add underline to alert link --- components/TempDesignSystem/Alert/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/TempDesignSystem/Alert/index.tsx b/components/TempDesignSystem/Alert/index.tsx index 8f063d39d..ff6d0c8f9 100644 --- a/components/TempDesignSystem/Alert/index.tsx +++ b/components/TempDesignSystem/Alert/index.tsx @@ -30,7 +30,6 @@ export default function Alert({ if (!text && !heading) { return null } - return (
@@ -65,7 +64,7 @@ export default function Alert({ ) : null}
{link ? ( - + {link.title} ) : null}