aboutsummaryrefslogtreecommitdiff
path: root/src/pages/404.page.vue
diff options
context:
space:
mode:
authorGravatar Corentin THOMASSET <corentin.thomasset74@gmail.com> 2023-06-25 15:49:43 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-25 13:49:43 +0000
commit72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81 (patch)
tree37e8fd0271641fee2db1ae8fd3d352db3398cf9e /src/pages/404.page.vue
parent05ea54547515f7fb1eed5f31ccbde10e36041fb1 (diff)
downloadit-tools-72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81.tar.gz
it-tools-72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81.tar.zst
it-tools-72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81.zip
refactor(ui): remove n-text (#506)
Diffstat (limited to 'src/pages/404.page.vue')
-rw-r--r--src/pages/404.page.vue17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/pages/404.page.vue b/src/pages/404.page.vue
index 293a8f9..2bf49bc 100644
--- a/src/pages/404.page.vue
+++ b/src/pages/404.page.vue
@@ -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