From 646e415ce3ebecaf614a32cb7bad3899dd53b915 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 18 Apr 2024 03:34:56 +0200 Subject: [PATCH] fix(web): restored navigation links --- web/src/control.rs | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/web/src/control.rs b/web/src/control.rs index 7a8c6e34..0b296490 100644 --- a/web/src/control.rs +++ b/web/src/control.rs @@ -6,31 +6,11 @@ use crate::prelude::*; #[component] pub fn Navigator() -> impl IntoView { let auth = use_context::().expect("missing auth context"); - view! { - - - - - - - - - + view! { + + + + } } @@ -104,7 +84,7 @@ pub fn Breadcrumb( children: Children, ) -> impl IntoView { view! { -
+
{if back { Some(view! { "<<" })} else { None }}