fix: community user permissions management

This commit is contained in:
trisua 2025-06-02 22:39:52 -04:00
parent 1ac64d34ed
commit 51d995c36f
4 changed files with 26 additions and 8 deletions

View file

@ -26,7 +26,7 @@
(div
("class" "card small flex items-center gap-2 justify-between")
(span
(text "Since")
(text "Since ")
(span
("class" "date")
(text "{{ item[0].created }}")))