add: show mobile help text on journals homepage

This commit is contained in:
trisua 2025-06-19 16:37:11 -04:00
parent eb5a0d146f
commit f0d1a1e8e4

View file

@ -96,6 +96,7 @@
("class" "card w-full flex flex-col gap-2")
(h3 (str (text "journals:label.welcome")))
(span (str (text "journals:label.select_a_journal")))
(span ("class" "mobile") (str (text "journals:label.mobile_click_my_journals")))
(button
("onclick" "create_journal()")
(icon (text "plus"))