diff --git a/src/renderer/components/notifications/NotificationHeader.tsx b/src/renderer/components/notifications/NotificationHeader.tsx index c6f4ea7f0..64f56970d 100644 --- a/src/renderer/components/notifications/NotificationHeader.tsx +++ b/src/renderer/components/notifications/NotificationHeader.tsx @@ -38,7 +38,7 @@ export const NotificationHeader: FC = ({ event.stopPropagation(); openRepository(notification.repository); }} - title="Open repository" + title="Open repository ↗" type="button" > = ({ event.stopPropagation(); openRepository(repoNotifications[0].repository); }} - title="Open repository" + title="Open repository ↗" variant="invisible" >
{