Skip to content

Commit e0dd504

Browse files
committed
Label notification dismiss button
1 parent cc33c41 commit e0dd504

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/webapp/app/components/navigation/NotificationCard.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ export function NotificationCard({
6969
<button
7070
type="button"
7171
onClick={handleDismiss}
72+
aria-label="Dismiss notification"
73+
title="Dismiss notification"
7274
className="relative z-20 -mr-1 shrink-0 rounded p-0.5 text-text-dimmed opacity-0 transition group-hover/card:opacity-100 hover:bg-charcoal-700 hover:text-text-bright focus-visible:opacity-100"
7375
>
7476
<XMarkIcon className="size-3.5" />

0 commit comments

Comments
 (0)