mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-23 07:09:37 +02:00
fix(typo): fix few typos
This commit is contained in:
parent
d2f5d3c3de
commit
6cd25a743e
3 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue