1
0
Fork 0
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:
Corentin Thomasset 2022-07-24 10:38:28 +02:00
parent d2f5d3c3de
commit 6cd25a743e
No known key found for this signature in database
GPG key ID: DBD997E935996158
3 changed files with 7 additions and 7 deletions

View file

@ -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>