diff options
Diffstat (limited to 'src/pages/404.page.vue')
-rw-r--r-- | src/pages/404.page.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/404.page.vue b/src/pages/404.page.vue index ba814d4..b8cba46 100644 --- a/src/pages/404.page.vue +++ b/src/pages/404.page.vue @@ -6,7 +6,7 @@ useHead({ title: 'Page not found - IT Tools' }); <template> <div class="e404-wrapper"> - <n-result status="404" title="404 Not Found" description="Sorry, this page does not seem to extist"> + <n-result status="404" title="404 Not Found" description="Sorry, this page does not seem to exist"> <template #footer> <router-link to="/" #="{ navigate, href }" custom> <n-button tag="a" :href="href" secondary type="success" @click="navigate"> Back home </n-button> |