From 634fc2c7c1080712ac4227b87ce04c57c33f4db8 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 13 May 2024 04:03:29 +0200 Subject: [PATCH] fix(web): breadcrumb on 404, field placeholders --- web/src/app.rs | 1 + web/src/control.rs | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/src/app.rs b/web/src/app.rs index 50e4138..b74ff23 100644 --- a/web/src/app.rs +++ b/web/src/app.rs @@ -85,6 +85,7 @@ pub fn App() -> impl IntoView { 404

nothing to see here!

diff --git a/web/src/control.rs b/web/src/control.rs index 51cc967..ddbd4db 100644 --- a/web/src/control.rs +++ b/web/src/control.rs @@ -12,7 +12,7 @@ pub fn Navigator() -> impl IntoView { @@ -90,12 +90,12 @@ pub fn PostBox(advanced: WriteSignal) -> impl IntoView { }
-
- +
- +