Select the types of activity you want to include in your feed.
1import { isMac } from "@react-aria/utils"; 2 3export const metaKey = () => (isMac() ? "⌘" : "Ctrl");