aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-statistics.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/instance/instance-statistics.component.html')
-rw-r--r--client/src/app/shared/instance/instance-statistics.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/instance/instance-statistics.component.html b/client/src/app/shared/instance/instance-statistics.component.html
index bcb2308fe..399cf10fe 100644
--- a/client/src/app/shared/instance/instance-statistics.component.html
+++ b/client/src/app/shared/instance/instance-statistics.component.html
@@ -1,7 +1,7 @@
1<p i18n *ngIf="null === serverStats">Loading instance statistics...</p> 1<p i18n *ngIf="null === serverStats">Loading instance statistics...</p>
2 2
3<section *ngIf="null !== serverStats"> 3<section *ngIf="null !== serverStats">
4 <h5 i18n>Local</h5> 4 <h3 i18n>Local</h3>
5 5
6 <div class="row"> 6 <div class="row">
7 <div class="col-6 col-lg-4 col-xl-3"> 7 <div class="col-6 col-lg-4 col-xl-3">
@@ -55,7 +55,7 @@
55 </div> 55 </div>
56 </div> 56 </div>
57 57
58 <h5 i18n>Federation</h5> 58 <h3 i18n>Federation</h3>
59 59
60 <div class="row"> 60 <div class="row">
61 <div class="col-6 col-lg-4 col-xl-3"> 61 <div class="col-6 col-lg-4 col-xl-3">