File tree Expand file tree Collapse file tree 1 file changed +13
-17
lines changed
Expand file tree Collapse file tree 1 file changed +13
-17
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments