diff --git a/src/frontend/components/article_nav.rs b/src/frontend/components/article_nav.rs index ef68a9a..6ee5523 100644 --- a/src/frontend/components/article_nav.rs +++ b/src/frontend/components/article_nav.rs @@ -88,13 +88,18 @@ pub fn ArticleNav(
-

{title}

- - - "Protected" - - -
+

+ {title} +

+ + + "Protected" + + + } }) }} diff --git a/src/frontend/components/credentials.rs b/src/frontend/components/credentials.rs index cecebec..4912635 100644 --- a/src/frontend/components/credentials.rs +++ b/src/frontend/components/credentials.rs @@ -18,8 +18,8 @@ pub fn CredentialsForm( }); view! { -
-

{title}

+ +

{title}

{move || { error .get() @@ -44,7 +44,7 @@ pub fn CredentialsForm( set_username.update(|v| *v = val); } /> - +