diff options
Diffstat (limited to 'src/pages/404.page.vue')
-rw-r--r-- | src/pages/404.page.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/404.page.vue b/src/pages/404.page.vue index 4ec1cb4..fb879aa 100644 --- a/src/pages/404.page.vue +++ b/src/pages/404.page.vue @@ -13,8 +13,6 @@ useHead({ title: 'Page not found - IT Tools' }); <n-text mt-4 block depth="3">Sorry, this page does not seem to exist</n-text> <n-text mb-8 block depth="3">Maybe the cache is doing tricky things, try force-refreshing?</n-text> - <router-link to="/" #="{ navigate, href }" custom> - <n-button tag="a" :href="href" secondary @click="navigate"> Back home </n-button> - </router-link> + <c-button to="/"> Back home </c-button> </div> </template> |