Skip to content

Commit

Permalink
fix: update entry sidebar menus
Browse files Browse the repository at this point in the history
  • Loading branch information
enya-yy committed Oct 11, 2023
1 parent f96b0e8 commit 7f693bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/entrySidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const { teamList, fetchTeamList, deleteTeam } = useTeam()
const createTeamModalRef = ref()
const menus = ref([
{ icon: 'i-heroicons-home', label: 'Dashboard', to: '/dashboard' },
{ icon: 'i-heroicons-star', label: 'Collection list', to: '/collection' },
{ icon: 'i-heroicons-clock', label: 'Visted list', to: '/visited' },
])
Expand Down

0 comments on commit 7f693bc

Please sign in to comment.