- - 404 -
-- {{ $t('404.description') }} -
-- {{ $t('404.no_page') }} -
++ {{ $t('error.error').toUpperCase() }} 404 +
++ {{ $t('error.error').toUpperCase() }} 500 +
++ {{ $t('error.no_page') }} +
++ {{ $t('error.internal') }} +
+diff --git a/assets/css/style.scss b/assets/css/style.scss
index 9928089..685318b 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -7,6 +7,10 @@ img, svg {
position: static;
}
+body {
+ @apply dark:bg-dark-900
+}
+
* {
@apply select-none outline-none;
}
diff --git a/assets/img/404.png b/assets/img/404.png
deleted file mode 100644
index ae04eab..0000000
Binary files a/assets/img/404.png and /dev/null differ
diff --git a/assets/img/404.svg b/assets/img/404.svg
deleted file mode 100644
index 019fe9f..0000000
--- a/assets/img/404.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/components/Footer.vue b/components/Footer.vue
index 0d76598..35258c9 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -16,7 +16,9 @@
Twitter
- {{ $t('footer.separator') }}
+
+
+ {{ $t('footer.separator') }}