aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/navbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/navbar.js b/components/navbar.js
index 162c57e..8dfd9e5 100644
--- a/components/navbar.js
+++ b/components/navbar.js
@@ -64,7 +64,7 @@ function Navbar(props) {
>
{isVisible && session && (
<Link
- href={"/profile"}
+ href={`/profile/${session?.user?.name}`}
className="fixed md:hidden bottom-[100px] w-[60px] h-[60px] flex items-center justify-center right-[20px] rounded-full z-50 bg-[#17171f]"
>
<img