From 1c5091042c5764661091e30401a3018918933ddd Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 5 Jun 2024 12:48:10 -0400 Subject: [PATCH] refactor: tooltips --- src/routes/Settings.tsx | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/src/routes/Settings.tsx b/src/routes/Settings.tsx index 25bfdb35d..125b2935b 100644 --- a/src/routes/Settings.tsx +++ b/src/routes/Settings.tsx @@ -173,18 +173,16 @@ export const SettingsRoute: FC = () => { } tooltip={
-
- See - - for more details. -
+ See + + for more details.
} /> @@ -227,11 +225,9 @@ export const SettingsRoute: FC = () => { } tooltip={
-
- 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) -
+ 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)
} />