From 355fb6e94b31dda9bd9f4c194d7fe7292dfee879 Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 10 Aug 2025 19:00:03 +0200 Subject: [PATCH] refactor: Rename Relay Hub Demo to Relay Hub Status and update routing - Change the title and content of the RelayHubDemo component to reflect its new purpose as Relay Hub Status. - Update routing paths and component names in the Navbar and router configuration to align with the new naming convention. - Enhance user navigation by ensuring consistent terminology across the application. --- src/components/layout/Navbar.vue | 9 ++++----- src/pages/RelayHubDemo.vue | 4 ++-- src/router/index.ts | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/layout/Navbar.vue b/src/components/layout/Navbar.vue index 00e5908..e6aae95 100644 --- a/src/components/layout/Navbar.vue +++ b/src/components/layout/Navbar.vue @@ -33,7 +33,6 @@ const navigation = computed(() => [ { name: t('nav.events'), href: '/events' }, { name: t('nav.market'), href: '/market' }, { name: t('nav.chat'), href: '/chat' }, - { name: 'Relay Hub', href: '/relay-hub-demo' }, ]) // Compute total wallet balance @@ -150,9 +149,9 @@ const handleLogout = async () => { My Tickets - + - Relay Hub Demo + Relay Hub Status @@ -235,10 +234,10 @@ const handleLogout = async () => { My Tickets -