Skip to content

Commit

Permalink
chore: Add comment to indicate the deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
daavidrgz committed Oct 6, 2024
1 parent c749554 commit 05b96f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Dialog open={open} onOpenChange={setOpen}>
Expand Down

0 comments on commit 05b96f9

Please sign in to comment.