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:
padreug 2025-08-02 18:08:55 +02:00
parent 670270ca91
commit 9e02574c27
3 changed files with 1 additions and 95 deletions

View file

@ -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