fix: ui text spacing

This commit is contained in:
trisua 2025-06-01 20:24:05 -04:00
parent 7bda718082
commit 88afb3ec37
3 changed files with 6 additions and 6 deletions

View file

@ -17,17 +17,17 @@
(ul
(li
(b
(text "Active user streams:"))
(text "Active user streams: "))
(span
(text "{{ active_users }}")))
(li
(b
(text "Active chat subscriptions:"))
(text "Active chat subscriptions: "))
(span
(text "{{ active_users_chats }}")))
(li
(b
(text "Socket tasks:"))
(text "Socket tasks: "))
(span
(text "{{ (active_users_chats + active_users) * 3 }}")))))))