refactor: Remove MarketTest page and update Navbar navigation
- Delete MarketTest.vue as it is no longer needed for testing purposes. - Remove the corresponding route from the router configuration. - Update Navbar.vue to eliminate the 'Market Test' navigation item, streamlining the navigation options.
This commit is contained in:
parent
670270ca91
commit
9e02574c27
3 changed files with 1 additions and 95 deletions
|
|
@ -29,7 +29,6 @@ const navigation = computed<NavigationItem[]>(() => [
|
|||
{ name: t('nav.home'), href: '/' },
|
||||
{ name: t('nav.events'), href: '/events' },
|
||||
{ name: t('nav.market'), href: '/market' },
|
||||
{ name: 'Market Test', href: '/market-test' },
|
||||
])
|
||||
|
||||
// Compute total wallet balance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue