From d7bf2c32616a22b81e426a570e5c6a6225fd0ef3 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Sat, 26 Aug 2023 22:54:06 +0800 Subject: [PATCH] [front/chore] remove item nav --- src/main/frontend/views.cljs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/frontend/views.cljs b/src/main/frontend/views.cljs index 69f4836..8205adc 100644 --- a/src/main/frontend/views.cljs +++ b/src/main/frontend/views.cljs @@ -45,10 +45,7 @@ [:li [:a {:href (rfe/href :frontpage)} (active :frontpage) "Home"]] [:li - [:a {:href (rfe/href :about)} (active :about) "About"]] - [:li - [:a {:href (rfe/href :item {:id 96817849})} (active :item) "Item 96817849"]]])) - + [:a {:href (rfe/href :about)} (active :about) "About"]]])) (defn current-page [] (let [current-route @(subscribe [:current-route])]