add: put communities button back

This commit is contained in:
trisua 2025-08-30 19:51:05 -04:00
parent 4735832cef
commit a261edb211

View file

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