From 11349561d697b11df7bcaa3d57ed3498eb4dd3c5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 20 Apr 2021 23:22:59 +0900 Subject: Use FontAwesome as web font instead of vue component (#7469) * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update yarn.lock * wip * wip --- src/client/pages/instance/instance.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/client/pages/instance/instance.vue') diff --git a/src/client/pages/instance/instance.vue b/src/client/pages/instance/instance.vue index 1adb3ab9d2..f52e5d866b 100644 --- a/src/client/pages/instance/instance.vue +++ b/src/client/pages/instance/instance.vue @@ -106,11 +106,11 @@ {{ $ts.blockThisInstance }}
{{ $ts.deleteAllFiles }} - {{ $ts.deleteAllFiles }} + {{ $ts.deleteAllFiles }}
{{ $ts.removeAllFollowing }} - {{ $ts.removeAllFollowing }} + {{ $ts.removeAllFollowing }} {{ $t('removeAllFollowingDescription', { host: instance.host }) }}
@@ -125,7 +125,6 @@