From f89183d11da5e29df56550346a3d83e167dfd7ae Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sat, 19 Feb 2022 23:50:33 +0100 Subject: [PATCH] fix color issue Signed-off-by: Benny Samir Hierl --- components.d.ts | 2 +- src/views/NotFoundView.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index cd1c2c6..8be9c7b 100644 --- a/components.d.ts +++ b/components.d.ts @@ -39,4 +39,4 @@ declare module 'vue' { } } -export { } +export {} diff --git a/src/views/NotFoundView.vue b/src/views/NotFoundView.vue index 58fee62..a8de4a0 100644 --- a/src/views/NotFoundView.vue +++ b/src/views/NotFoundView.vue @@ -9,7 +9,7 @@ useTitle(t('errors.not-found.text'))
- +

{{ t('errors.not-found.text') }}