Skip to content

Commit af4cae6

Browse files
committed
refactor: update views
1 parent f8def49 commit af4cae6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/views/dashboard/Dashboard.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<CRow :xs="{ cols: 1 }" :md="{ cols: 5 }" class="text-center">
3838
<CCol class="mb-sm-2 mb-0">
3939
<div class="text-body-secondary">Visits</div>
40-
<strong>29.703 Users (40%)</strong>
40+
<div class="fw-semibold">29.703 Users (40%)</div>
4141
<CProgress
4242
class="mt-2"
4343
color="success"
@@ -48,7 +48,7 @@
4848
</CCol>
4949
<CCol class="mb-sm-2 mb-0 d-md-down-none">
5050
<div class="text-body-secondary">Unique</div>
51-
<strong>24.093 Users (20%)</strong>
51+
<div class="fw-semibold">24.093 Users (20%)</div>
5252
<CProgress
5353
class="mt-2"
5454
color="info"
@@ -59,7 +59,7 @@
5959
</CCol>
6060
<CCol class="mb-sm-2 mb-0">
6161
<div class="text-body-secondary">Pageviews</div>
62-
<strong>78.706 Views (60%)</strong>
62+
<div class="fw-semibold">78.706 Views (60%)</div>
6363
<CProgress
6464
class="mt-2"
6565
color="warning"
@@ -70,7 +70,7 @@
7070
</CCol>
7171
<CCol class="mb-sm-2 mb-0">
7272
<div class="text-body-secondary">New Users</div>
73-
<strong>22.123 Users (80%)</strong>
73+
<div class="fw-semibold">22.123 Users (80%)</div>
7474
<CProgress
7575
class="mt-2"
7676
color="danger"
@@ -81,7 +81,7 @@
8181
</CCol>
8282
<CCol class="mb-sm-2 mb-0 d-md-down-none">
8383
<div class="text-body-secondary">Bounce Rate</div>
84-
<strong>Average Rate (40.15%)</strong>
84+
<div class="fw-semibold">Average Rate (40.15%)</div>
8585
<CProgress class="mt-2" :value="40" thin :precision="1" />
8686
</CCol>
8787
</CRow>

0 commit comments

Comments
 (0)