diff options
| author | Factiven <[email protected]> | 2023-04-17 16:26:22 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 16:26:22 +0700 |
| commit | d8e75c2b92e5d9bac7cbb8ad313fa880054282ea (patch) | |
| tree | 252c2654c501c9563f3afce1fe07a474c24a78ad | |
| parent | 4th fixes (diff) | |
| download | moopa-d8e75c2b92e5d9bac7cbb8ad313fa880054282ea.tar.xz moopa-d8e75c2b92e5d9bac7cbb8ad313fa880054282ea.zip | |
Update navbar.js
| -rw-r--r-- | components/navbar.js | 2 |
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 |