Skip to content

Commit

Permalink
feat: Waaaaay more work :3
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbiros committed Oct 6, 2024
1 parent a821972 commit ebf82cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/components/navbar/NavbarLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<NavbarLink url="/panel/my_pixel_watches" :variant="linksVariant">
My Pixel Watches
</NavbarLink>
<NavbarLink url="/panel/reports" :variant="linksVariant">
Reports
</NavbarLink>
<NuxtLink v-if="user" to="/panel">
<UserNav :avatar-url="user?.user_metadata.avatar_url" />
</NuxtLink>
Expand Down

0 comments on commit ebf82cc

Please sign in to comment.