Skip to content

Commit 811cc2d

Browse files
authored
refactor: tooltips (#1185)
1 parent ec6b82c commit 811cc2d

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

src/routes/Settings.tsx

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,16 @@ export const SettingsRoute: FC = () => {
173173
}
174174
tooltip={
175175
<div>
176-
<div className="pb-3">
177-
See
178-
<button
179-
type="button"
180-
className="text-blue-500 mx-1"
181-
title="Open GitHub documentation for participating and watching notifications"
182-
onClick={openGitHubParticipatingDocs}
183-
>
184-
official docs
185-
</button>
186-
for more details.
187-
</div>
176+
See
177+
<button
178+
type="button"
179+
className="text-blue-500 mx-1"
180+
title="Open GitHub documentation for participating and watching notifications"
181+
onClick={openGitHubParticipatingDocs}
182+
>
183+
official docs
184+
</button>
185+
for more details.
188186
</div>
189187
}
190188
/>
@@ -227,11 +225,9 @@ export const SettingsRoute: FC = () => {
227225
}
228226
tooltip={
229227
<div>
230-
<div className="pb-3">
231-
Keep the notification within Gitify window upon interaction
232-
(click, mark as read, mark as done, etc) until the next
233-
refresh window (scheduled or user initiated)
234-
</div>
228+
Keep the notification within Gitify window upon interaction
229+
(click, mark as read, mark as done, etc) until the next refresh
230+
window (scheduled or user initiated)
235231
</div>
236232
}
237233
/>

0 commit comments

Comments
 (0)