diff --git a/web-ui/src/components/library.rs b/web-ui/src/components/library.rs index b03dee6..4559894 100644 --- a/web-ui/src/components/library.rs +++ b/web-ui/src/components/library.rs @@ -135,7 +135,7 @@ pub fn Library() -> impl IntoView { }} "Settings" - "Log out" + "Log out" diff --git a/web-ui/src/components/login.rs b/web-ui/src/components/login.rs index b25a09b..8b9f41b 100644 --- a/web-ui/src/components/login.rs +++ b/web-ui/src/components/login.rs @@ -58,7 +58,8 @@ pub fn Login() -> impl IntoView { let local = cfg.local_login; view! { {sso.then(|| view! { - + "Continue with SSO" })}