diff --git a/app/index.html b/app/index.html index c6c9d5f..5bcf44e 100644 --- a/app/index.html +++ b/app/index.html @@ -21,6 +21,9 @@ as="style" /> + + +
diff --git a/app/src/components/app.rs b/app/src/components/app.rs index d3bef83..ebc50c6 100644 --- a/app/src/components/app.rs +++ b/app/src/components/app.rs @@ -7,7 +7,7 @@ use crate::{ group_table::GroupTable, login::LoginForm, logout::LogoutButton, - router::{AppRoute, NavButton}, + router::{AppRoute, Link, NavButton}, user_details::UserDetails, user_table::UserTable, }, @@ -96,45 +96,48 @@ impl Component for App { let link = self.link.clone(); let is_admin = self.is_admin(); html! { -