Skip to content

Commit 15ae38b

Browse files
committed
chore: add new profile menu sidebar
1 parent 0d46d5f commit 15ae38b

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/components/layout/Navbar/constant.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ export const USER_LINKS: Record<UserRole, LinkItem[]> = {
4444
id: "my-events",
4545
href: "/my-events",
4646
},
47+
{
48+
id: "profile",
49+
href: "/profile",
50+
},
4751
],
4852
};
4953

src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"sign-out": "Sign Out",
1212
"profile": "Profile",
1313
"user": {
14+
"profile": "Profile",
1415
"dashboard": "Dashboard",
1516
"my-blogs": "My Blogs",
1617
"my-events": "My Events"

src/locales/id.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"sign-out": "Keluar",
1212
"profile": "Profil",
1313
"user": {
14+
"profile": "Profil",
1415
"dashboard": "Dashboard",
1516
"my-blogs": "Blog Saya",
1617
"my-events": "Event Saya"

0 commit comments

Comments
 (0)