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 }}