diff --git a/web/src/actors/header.rs b/web/src/actors/header.rs index 02ee845..4708d24 100644 --- a/web/src/actors/header.rs +++ b/web/src/actors/header.rs @@ -81,19 +81,37 @@ pub fn ActorHeader() -> impl IntoView {
-
+
{if following_me { - Some(view! { follows you }) + Some(view! { + + + "!" + follows you + + + }) } else { None }} {if followed_by_me { view! { - "following" - + + + x + following + + }.into_view() } else { - view! { }.into_view() + view! { + + + + + follow + + + }.into_view() }}