refactor(ui): remove n-text (#506)

This commit is contained in:
Corentin THOMASSET 2023-06-25 15:49:43 +02:00 committed by GitHub
parent 05ea545475
commit 72c98a3c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 52 additions and 74 deletions

View file

@ -1,5 +1,4 @@
<script setup lang="ts">
import { Coffee } from '@vicons/tabler';
import { useHead } from '@vueuse/head';
useHead({ title: 'Page not found - IT Tools' });
@ -7,17 +6,19 @@ useHead({ title: 'Page not found - IT Tools' });
<template>
<div mt-20 flex flex-col items-center>
<n-icon :component="Coffee" size="100" depth="3" />
<span text-90px lh-1 op-50>
<icon-mdi:kettle-steam-outline />
</span>
<n-h1 m-0 mt-3>
<h1 m-0 mt-3>
404 Not Found
</n-h1>
<n-text mt-4 block depth="3">
</h1>
<div mt-4 op-60>
Sorry, this page does not seem to exist
</n-text>
<n-text mb-8 block depth="3">
</div>
<div mb-8 op-60>
Maybe the cache is doing tricky things, try force-refreshing?
</n-text>
</div>
<c-button to="/">
Back home