Skip to content

Commit

Permalink
Nav cleanup - delete rules tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee0z committed Jan 12, 2024
1 parent 9e0446d commit c21f4a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/js/Shared/Layout/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ const navigation = computed(() => {
if (isAuth.value) {
return [
{ name: 'Favorite cities', href: '/favorite-cities' },
{ name: 'Rules', href: '/rules' },
]
} else {
return [
{ name: 'Rules', href: '/rules' },
]
}
})
Expand Down

0 comments on commit c21f4a8

Please sign in to comment.