diff --git a/src/components/binds/navbinds.tsx b/src/components/binds/navbinds.tsx index 41db0f4..124feb1 100644 --- a/src/components/binds/navbinds.tsx +++ b/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"); - }, }} /> );