From e3e29862948f858d4ac4e980457298c0c15174fb Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 27 May 2025 16:15:10 +0100 Subject: [PATCH] chore: add link to profile --- ui_src/src/components/profile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui_src/src/components/profile.tsx b/ui_src/src/components/profile.tsx index 607b203..b22a487 100644 --- a/ui_src/src/components/profile.tsx +++ b/ui_src/src/components/profile.tsx @@ -14,7 +14,7 @@ export default function Profile({ const profile = useUserProfile(link.id); const s = size ?? 40; return ( -
+ )} -
+ ); }