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}