diff --git a/crates/web/frontend/src/components/shortcut-popup/shortcut-popup.tsx b/crates/web/frontend/src/components/shortcut-popup/shortcut-popup.tsx index c6b2d50..65d7714 100644 --- a/crates/web/frontend/src/components/shortcut-popup/shortcut-popup.tsx +++ b/crates/web/frontend/src/components/shortcut-popup/shortcut-popup.tsx @@ -15,7 +15,7 @@ import { shortcutSections } from "./shortcuts"; const ShortcutPopup = () => { const [open, setOpen] = useState(false); - const isMac = navigator.platform.includes("Mac"); + const isMac = navigator.platform.includes("Mac"); // Deprecated navigator.platform return (