diff --git a/src/client/pages/user/index.vue b/src/client/pages/user/index.vue
index b5981937ed..f7fabd1786 100644
--- a/src/client/pages/user/index.vue
+++ b/src/client/pages/user/index.vue
@@ -4,30 +4,12 @@
-
-
-
-
-
-
-
{{ $t('followsYou') }}
-
-
-
-
-
-
+
+
+
+
-
-
-
{{ $t('noAccountDescription') }}
-
-
-
- - {{ $t('location') }}
- - {{ user.location }}
-
-
- - {{ $t('birthday') }}
- - {{ user.birthday.replace('-', '/').replace('-', '/') }} ({{ $t('yearsOld', { age }) }})
-
-
- - {{ $t('registeredDate') }}
- - {{ new Date(user.createdAt).toLocaleString() }} ()
-
-
-
-
-
- {{ user.notesCount | number }}
- {{ $t('notes') }}
-
-
- {{ user.followingCount | number }}
- {{ $t('following') }}
-
-
- {{ user.followersCount | number }}
- {{ $t('followers') }}
-
+
{{ $t('followsYou') }}
+
+
+
-
+
+
+
+
+
{{ $t('noAccountDescription') }}
+
+
+
+ - {{ $t('location') }}
+ - {{ user.location }}
+
+
+ - {{ $t('birthday') }}
+ - {{ user.birthday.replace('-', '/').replace('-', '/') }} ({{ $t('yearsOld', { age }) }})
+
+
+ - {{ $t('registeredDate') }}
+ - {{ new Date(user.createdAt).toLocaleString() }} ()
+
+
+
+
+
+ {{ user.notesCount | number }}
+ {{ $t('notes') }}
+
+
+ {{ user.followingCount | number }}
+ {{ $t('following') }}
+
+
+ {{ user.followersCount | number }}
+ {{ $t('followers') }}
+
+
+