diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-08-10 13:55:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-08-10 13:55:00 +0900 |
| commit | d63aef9963bf727d35eb868360cced774ae8d733 (patch) | |
| tree | 83f04ddd9b41add4737f799c47579e967a0727be /src/client/pages | |
| parent | chore(client): Design tweaks (diff) | |
| download | sharkey-d63aef9963bf727d35eb868360cced774ae8d733.tar.gz sharkey-d63aef9963bf727d35eb868360cced774ae8d733.tar.bz2 sharkey-d63aef9963bf727d35eb868360cced774ae8d733.zip | |
chore(client): Fix style
Diffstat (limited to 'src/client/pages')
| -rw-r--r-- | src/client/pages/instance/federation.instance.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/instance/federation.instance.vue b/src/client/pages/instance/federation.instance.vue index fc95edac20..30893f381b 100644 --- a/src/client/pages/instance/federation.instance.vue +++ b/src/client/pages/instance/federation.instance.vue @@ -23,7 +23,7 @@ </div> <div class="_row"> <div class="_cell"> - <div class="label">{{ $t('following') }}</div> + <div class="_label">{{ $t('following') }}</div> <button class="_data _textButton" @click="showFollowing()">{{ instance.followingCount | number }}</button> </div> <div class="_cell"> |