From 9bd6c00647f59b48364699cc6f977162eb95bb5b Mon Sep 17 00:00:00 2001 From: Shishant Biswas Date: Thu, 26 Feb 2026 09:06:18 +0530 Subject: [PATCH] fix: link triggers on admin paths --- app/components/Footer.vue | 6 +++--- app/pages/index.vue | 2 -- bknd.config.ts | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/components/Footer.vue b/app/components/Footer.vue index 68c95cf..637aa5a 100644 --- a/app/components/Footer.vue +++ b/app/components/Footer.vue @@ -14,11 +14,11 @@ const pathname = computed(() => route.path) {{ pathname === '/' ? 'User' : 'Home' }} - - + + Window icon Admin - + diff --git a/app/pages/index.vue b/app/pages/index.vue index 2c68b00..c059dfd 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -18,8 +18,6 @@ async function handleSubmit(event: Event) {