[front/chore] remove item nav

This commit is contained in:
SouthFox 2023-08-26 22:54:06 +08:00
parent 536219b621
commit d7bf2c3261

View file

@ -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])]