Skip to content

Commit

Permalink
Disable attendees/profile links until they are less broken
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Aug 26, 2024
1 parent 89b90aa commit e69671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/co/gaiwan/compass/html/navigation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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')"}
Expand Down

0 comments on commit e69671a

Please sign in to comment.