Remove mention of Firefox in the unsupported dialog

This commit is contained in:
daylily
2026-01-13 18:21:47 -04:00
parent 13db361cb9
commit 130cd5298a
@@ -20,9 +20,9 @@ const { open }: Props = $props()
We recommend using a Chromium-based browser, such as a recent version of We recommend using a Chromium-based browser, such as a recent version of
<a href="https://www.google.com/chrome/">Google Chrome</a>, <a href="https://www.google.com/chrome/">Google Chrome</a>,
<a href="https://www.microsoft.com/edge">Microsoft Edge</a>, or <a href="https://www.microsoft.com/edge">Microsoft Edge</a>, or
<a href="https://www.opera.com/">Opera</a>. Firefox may also work, although we are aware <a href="https://www.opera.com/">Opera</a>.
of more issues there.
</p> </p>
<!-- TODO: Point iOS users to a native wrapper -->
</AlertDialog.Description> </AlertDialog.Description>
</AlertDialog.Content> </AlertDialog.Content>
</AlertDialog.Portal> </AlertDialog.Portal>