diff --git a/src/web/pages/logs.rs b/src/web/pages/logs.rs index 6ab7754..802ebd6 100644 --- a/src/web/pages/logs.rs +++ b/src/web/pages/logs.rs @@ -49,9 +49,6 @@ pub async fn page( span class="text-neutral-500" {(PreEscaped(icons::CLIPBOARD_CLOCK))} span class="text-2xl font-semibold font-lora" {"Logs"} } - p class="text-neutral-500 text-sm font-light" { - "Work in progress." - } } div class="w-full border border-neutral-200/25 rounded grid grid-cols-[auto_auto_1fr]" { @for (txt, ico) in [("Timestamp", icons::CLOCK), ("Actor", icons::USER), ("Action", icons::PEN)] { diff --git a/src/web/pages/persons.rs b/src/web/pages/persons.rs index ed78a8e..378fd54 100644 --- a/src/web/pages/persons.rs +++ b/src/web/pages/persons.rs @@ -83,7 +83,7 @@ pub async fn page( p class="text-center p-2" {"No persons yet."} } div class="mx-auto max-w-4xl mt-4 px-2" { - h3 class="font-lora font-semibold text-xl" {"Add new person"} + h3 class="font-lora font-semibold text-xl mb-1" {"Add new person"} form action="/persons/create" method="post" { label for="primary_name" class="text-neutral-500 font-light mt-2" {"Primary Name"} div class="flex gap-2" { diff --git a/src/web/pages/tags.rs b/src/web/pages/tags.rs index e49c900..2dcda94 100644 --- a/src/web/pages/tags.rs +++ b/src/web/pages/tags.rs @@ -93,7 +93,7 @@ pub async fn page( p class="text-center p-2" {"No tags yet. How about making one?"} } div class="mx-auto max-w-4xl mt-4 px-2" { - h3 class="font-lora font-semibold text-xl" {"Add new tag"} + h3 class="font-lora font-semibold text-xl mb-1" {"Add new tag"} form action="/tags/create" method="post" { label for="tagname" class="text-neutral-500 font-light mt-2" {"Tag Name"} div class="flex gap-2" {