Skip to content

Commit

Permalink
Merge 1c50910 into ff317cc
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy authored Jun 5, 2024
2 parents ff317cc + 1c50910 commit 53df1ce
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions src/routes/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,16 @@ export const SettingsRoute: FC = () => {
}
tooltip={
<div>
<div className="pb-3">
See
<button
type="button"
className="text-blue-500 mx-1"
title="Open GitHub documentation for participating and watching notifications"
onClick={openGitHubParticipatingDocs}
>
official docs
</button>
for more details.
</div>
See
<button
type="button"
className="text-blue-500 mx-1"
title="Open GitHub documentation for participating and watching notifications"
onClick={openGitHubParticipatingDocs}
>
official docs
</button>
for more details.
</div>
}
/>
Expand Down Expand Up @@ -227,11 +225,9 @@ export const SettingsRoute: FC = () => {
}
tooltip={
<div>
<div className="pb-3">
Keep the notification within Gitify window upon interaction
(click, mark as read, mark as done, etc) until the next
refresh window (scheduled or user initiated)
</div>
Keep the notification within Gitify window upon interaction
(click, mark as read, mark as done, etc) until the next refresh
window (scheduled or user initiated)
</div>
}
/>
Expand Down

0 comments on commit 53df1ce

Please sign in to comment.