From 8353ab58a5c0b18fcf3865adb3cef323ab8c4519 Mon Sep 17 00:00:00 2001 From: able Date: Mon, 18 Nov 2024 06:08:46 -0600 Subject: [PATCH] point the profile button at a users fully qualified profile page Signed-off-by: able --- depell/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depell/src/main.rs b/depell/src/main.rs index 29fda665..27093ea9 100644 --- a/depell/src/main.rs +++ b/depell/src/main.rs @@ -629,7 +629,7 @@ fn base(body: impl FnOnce(&mut String), session: Option<&Session>) -> Html"depell"
if let Some(username) = username { - |f|{nav_button(f, "feed"); nav_button(f, "post")}