From d4dd7bac30a0b941ba1019fbc2d50d3f7c9daad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gierwia=C5=82o?= Date: Fri, 5 Dec 2025 18:36:51 +0100 Subject: [PATCH] feat(navbar): make username clickable link to public profile - Desktop: username and avatar link to /u/{username} - Mobile: username section in dropdown links to public profile - Adds hover effect to indicate clickability --- frontend/src/components/layout/Navbar.jsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/layout/Navbar.jsx b/frontend/src/components/layout/Navbar.jsx index 03d80ff..07dc40f 100644 --- a/frontend/src/components/layout/Navbar.jsx +++ b/frontend/src/components/layout/Navbar.jsx @@ -173,10 +173,13 @@ const Navbar = ({ pageTitle = null }) => { )} -
+ {user.username} -
+