From a261edb2118c5d59c80d6ad16dc850dd62402fe8 Mon Sep 17 00:00:00 2001 From: trisua Date: Sat, 30 Aug 2025 19:51:05 -0400 Subject: [PATCH] add: put communities button back --- crates/app/src/public/html/macros.lisp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/crates/app/src/public/html/macros.lisp b/crates/app/src/public/html/macros.lisp index 988882d..7ebee6a 100644 --- a/crates/app/src/public/html/macros.lisp +++ b/crates/app/src/public/html/macros.lisp @@ -18,6 +18,13 @@ (span ("class" "desktop") (str (text "general:link.home")))) + (a + ("href" "/communities") + ("class" "button {% if selected == 'communities' -%}active{%- endif %}") + (icon (text "book-heart")) + (span + ("class" "desktop") + (str (text "general:link.communities")))) (text "{%- endif %}")) (div @@ -61,10 +68,6 @@ (div ("class" "inner") - (a - ("href" "/communities") - (icon (text "book-heart")) - (str (text "general:link.communities"))) (a ("href" "/chats/0/0") (icon (text "message-circle"))