Skip to content

Commit

Permalink
feat: add hint for supported browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Jan 16, 2025
1 parent 236f2a7 commit 2ca26a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/discord/components/NotificationsTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ export const NotificationsTooltip = ({
{isPending ? <FaSpinner className="animate-spin" /> : ""}
Speichern
</Button>

<p className="text-neutral-500 text-xs max-w-80 mt-2">
Unterstützt wird Google Chrome (Desktop und Android), Microsoft
Edge (Desktop und Android) sowie Firefox (nur, wenn geöffnet).
Safari wird nicht unterstützt.
</p>
</form>

<Popover.Arrow className="fill-neutral-800" />
Expand Down

0 comments on commit 2ca26a6

Please sign in to comment.