Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

fix: assign unique key to settings shortcut (#5903)

authored by yoginth.com and committed by

GitHub 45e69330 d4bd374a

+1 -1
+1 -1
apps/web/src/helpers/shortcuts.ts
··· 9 9 GoToHome: { key: "g+h", name: "Go to Home" }, 10 10 GoToNotifications: { key: "g+n", name: "Go to Notifications" }, 11 11 GoToSearch: { key: "g+s", name: "Go to Search" }, 12 - GoToSettings: { key: "g+s", name: "Go to Settings" }, 12 + GoToSettings: { key: "g+t", name: "Go to Settings" }, 13 13 ThisModal: { key: "?", name: "Shortcut help" } 14 14 } as const; 15 15