From 1fd345f563f8fa63eed2f200679469bed618d8fd Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 4 Jul 2020 18:28:31 +0900 Subject: [PATCH] chore(client): :art: --- src/client/pages/not-found.vue | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/src/client/pages/not-found.vue b/src/client/pages/not-found.vue index 7f4c46c23..5bc4d4589 100644 --- a/src/client/pages/not-found.vue +++ b/src/client/pages/not-found.vue @@ -3,12 +3,10 @@ {{ $t('notFound') }} -
-
- -
{{ $t('notFoundDescription') }}
-
-
+
+ +
{{ $t('notFoundDescription') }}
+
@@ -30,20 +28,3 @@ export default Vue.extend({ }, }); - -