rm old binds

main
Elias Almqvist 3 weeks ago committed by GitHub
parent 2699f1835f
commit 61e749c847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/components/binds/navbinds.tsx

@ -16,15 +16,9 @@ const NavBinds = () => {
h: () => {
router.push("/");
},
p: () => {
router.push("/posts");
},
k: () => {
setActionOpen(!actionOpen);
},
l: () => {
setTheme(theme === "light" ? "dark" : "light");
},
}}
/>
);

Loading…
Cancel
Save