a tool for shared writing and social publishing
298
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 212fabd22c77d12e71530403eb6b5bbbdbef1ae3 3 lines 101 B view raw
1import { isMac } from "@react-aria/utils"; 2 3export const metaKey = () => (isMac() ? "⌘" : "Ctrl");