summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Navbar
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-29 13:37:53 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-29 13:37:53 +0700
commita75f8676f71e83082088544349ecbf9b4fd80b61 (patch)
tree388c8512ab8d2fea474640a31919af293531d7b5 /src/core/components/elements/Navbar
parent3da0d5f55a0dc8b9c04cb271ea7d541c63c9e3a8 (diff)
<iman> add my profile in dropdown
Diffstat (limited to 'src/core/components/elements/Navbar')
-rw-r--r--src/core/components/elements/Navbar/NavbarUserDropdown.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/components/elements/Navbar/NavbarUserDropdown.jsx b/src/core/components/elements/Navbar/NavbarUserDropdown.jsx
index 42bdc12a..2a345341 100644
--- a/src/core/components/elements/Navbar/NavbarUserDropdown.jsx
+++ b/src/core/components/elements/Navbar/NavbarUserDropdown.jsx
@@ -23,6 +23,7 @@ const NavbarUserDropdown = () => {
<Link href='/my/invoices'>Invoice & Faktur Pajak</Link>
<Link href='/my/wishlist'>Wishlist</Link>
<Link href='/my/address'>Daftar Alamat</Link>
+ <Link href='/my/profile'>Profil Saya</Link>
{!atuh?.external &&
<Link href='/my/recomendation'>Dashboard Recomendation</Link>
}