Skip to content

Commit 6bb8658

Browse files
authored
chore: remove unused class
1 parent 324c3b2 commit 6bb8658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Banners/BannerNotification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const BannerNotification = ({
1414
return (
1515
<aside
1616
className={cn(
17-
"flex items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white ring [&_a]:text-white [&_a]:hover:text-white/80",
17+
"flex items-center justify-center gap-2 bg-primary-action px-8 py-4 text-white [&_a]:text-white [&_a]:hover:text-white/80",
1818
className
1919
)}
2020
{...props}

0 commit comments

Comments
 (0)