aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-04-17 16:26:22 +0700
committerFactiven <[email protected]>2023-04-17 16:26:22 +0700
commitd8e75c2b92e5d9bac7cbb8ad313fa880054282ea (patch)
tree252c2654c501c9563f3afce1fe07a474c24a78ad
parent4th fixes (diff)
downloadmoopa-d8e75c2b92e5d9bac7cbb8ad313fa880054282ea.tar.xz
moopa-d8e75c2b92e5d9bac7cbb8ad313fa880054282ea.zip
Update navbar.js
-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