fix: tetratto utility class names

This commit is contained in:
trisua 2025-08-03 23:25:39 -04:00
parent 15b417c6d6
commit e5ff863e94
7 changed files with 21 additions and 21 deletions

View file

@ -7,7 +7,7 @@
(link ("rel" "icon") ("href" "/public/favicon.svg"))
(text "{% endblock %} {% block body %}")
(div
("class" "flex items-center bar")
("class" "flex items_center bar")
(button
("class" "button tab_button")
("id" "editor_tab_button")
@ -42,14 +42,14 @@
("id" "metadata_tab")
("class" "tab fadein hidden")))
(form
("class" "w-full flex justify-between gap-2 flex-collapse-rev")
("class" "w-full flex justify_between gap_2 flex_collapse_rev")
("style" "margin-top: var(--pad-2)")
("onsubmit" "create_entry(event)")
(button
("class" "button")
(text "Go"))
(div
("class" "flex gap-2")
("class" "flex gap_2")
(input
("class" "w-full")
("type" "text")