From 61e749c847a9126dd63880cd236fd30f0a082f2f Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Thu, 13 Mar 2025 11:44:27 -0700 Subject: [PATCH] rm old binds --- src/components/binds/navbinds.tsx | 6 ------ 1 file changed, 6 deletions(-) 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"); - }, }} /> );