Skip to content

Commit b5bf17a

Browse files
authored
Change action when clicking on GitHub icon
Opens GitHub notifcations page instead of Gitify repo (which can be opened by clicking the app's icon)
1 parent f8a6ac2 commit b5bf17a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Sidebar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export const Sidebar: React.FC = () => {
9191

9292
<div
9393
className={footerButtonClasses}
94-
onClick={onOpenBrowser}
95-
aria-label="View project on GitHub"
94+
onClick={onOpenGitHubNotifications}
95+
aria-label="Open notifications page on GitHub"
9696
>
9797
<Octicons.MarkGithubIcon size={15} />
9898
</div>

0 commit comments

Comments
 (0)