From e69671a30f852b70f57a3921f61caf843d570946 Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Mon, 26 Aug 2024 11:12:38 +0200 Subject: [PATCH] Disable attendees/profile links until they are less broken --- src/co/gaiwan/compass/html/navigation.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/co/gaiwan/compass/html/navigation.clj b/src/co/gaiwan/compass/html/navigation.clj index d45710f..7b8cadf 100644 --- a/src/co/gaiwan/compass/html/navigation.clj +++ b/src/co/gaiwan/compass/html/navigation.clj @@ -96,8 +96,8 @@ [:strong "Claim your Ti.to ticket for full access"]]] [:div.notifier-dot]])) (for [[href caption] {"/" "Sessions & Activities" - "/attendees" "Attendees" - "/profile" "Profile & Settings" + ;; "/attendees" "Attendees" + ;; "/profile" "Profile & Settings" "/sessions/new" "Create Activity"}] [:li [:a {:href href :on-click "document.body.classList.toggle('menu-open')"}