diff --git a/web/src/app.rs b/web/src/app.rs
index 7243dbb..9cb0b69 100644
--- a/web/src/app.rs
+++ b/web/src/app.rs
@@ -192,7 +192,7 @@ pub fn App() -> impl IntoView {
} />
-
+
// TODO can we avoid this?
@@ -222,7 +222,7 @@ pub fn App() -> impl IntoView {
}
diff --git a/web/src/components/navigation.rs b/web/src/components/navigation.rs
index 7edf9ee..ef78b75 100644
--- a/web/src/components/navigation.rs
+++ b/web/src/components/navigation.rs
@@ -45,6 +45,7 @@ pub fn Navigator(notifications: ReadSignal) -> impl IntoView {
|
|
+ |
}
}
diff --git a/web/src/page/debug.rs b/web/src/page/debug.rs
index 32df8af..43a3214 100644
--- a/web/src/page/debug.rs
+++ b/web/src/page/debug.rs
@@ -43,7 +43,7 @@ pub fn DebugPage() -> impl IntoView {