Skip to content

Commit

Permalink
feat: ✨ activate dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Aug 27, 2024
1 parent a33c789 commit a34ecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const toggleMobileMenu = () => {
GitHub
</NuxtLink>

<n-badge v-if="devMode" value="beta" type="warning">
<n-badge v-if="user?.username" value="beta" type="warning">
<!-- Using a here to request a page reload -->
<a
:href="`/dashboard/${user?.username}`"
Expand Down

0 comments on commit a34ecd2

Please sign in to comment.