diff --git a/components/AppNavbar.vue b/components/AppNavbar.vue index 4a0d275d..ee99a495 100644 --- a/components/AppNavbar.vue +++ b/components/AppNavbar.vue @@ -45,6 +45,10 @@ const handleMobileSearch = () => { const handleNavigateSettings = () => { navigateTo(settingsRoute()) } + +const handleNavigateMyUpDashboard = () => { + navigateTo(myUpDappDashboardUrl(), { external: true }) +}