Skip to content

Commit 4a9e39a

Browse files
committed
Minor(modeling-commons): Add "My Models" to Navbar
1 parent 1b880f5 commit 4a9e39a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/modeling-commons-frontend/app/components/layout/ClientNavbar.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ const userDropdownItems = computed<Array<Array<DropdownMenuItem>>>(() => {
167167
icon: "i-lucide-user",
168168
href: "/profile",
169169
},
170+
{
171+
label: "My Models",
172+
icon: "i-lucide-box",
173+
href: `/users/${user.value.id}/models`,
174+
},
170175
],
171176
[
172177
{

0 commit comments

Comments
 (0)