Skip to content

Commit 8abc18b

Browse files
committed
chore: update dates, and examples
1 parent 08c4a9c commit 8abc18b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pug/views/index.pug

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ block view
107107
.d-flex.justify-content-between
108108
div
109109
h4.card-title.mb-0 Traffic
110-
.small.text-medium-emphasis January - July 2021
110+
.small.text-medium-emphasis January - July 2022
111111
.btn-toolbar.d-none.d-md-block(role='toolbar' aria-label='Toolbar with buttons')
112112
.btn-group.btn-group-toggle.mx-3(data-coreui-toggle='buttons')
113113
input.btn-check#option1(type='radio', name='options', autocomplete='off')
@@ -206,20 +206,20 @@ block view
206206
.col-md-12
207207
.card.mb-4
208208
.card-header
209-
| Traffic & Sales
209+
| Traffic & Sales
210210
.card-body
211211
.row
212212
.col-sm-6
213213
.row
214214
.col-6
215215
.border-start.border-start-4.border-start-info.px-3.mb-3
216216
small.text-medium-emphasis New Clients
217-
div.fs-5.fw-semibold 9,123
217+
div.fs-5.fw-semibold 9.123
218218
// /.col
219219
.col-6
220220
.border-start.border-start-4.border-start-danger.px-3.mb-3
221221
small.text-medium-emphasis Recuring Clients
222-
div.fs-5.fw-semibold 22,643
222+
div.fs-5.fw-semibold 22.643
223223
// /.col
224224
// /.row
225225
hr.mt-0
@@ -292,12 +292,12 @@ block view
292292
.col-6
293293
.border-start.border-start-4.border-start-warning.px-3.mb-3
294294
small.text-medium-emphasis Pageviews
295-
div.fs-5.fw-semibold 78,623
295+
div.fs-5.fw-semibold 78.623
296296
// /.col
297297
.col-6
298298
.border-start.border-start-4.border-start-success.px-3.mb-3
299299
small.text-medium-emphasis Organic
300-
div.fs-5.fw-semibold 49,123
300+
div.fs-5.fw-semibold 49.123
301301
// /.col
302302
// /.row
303303
hr.mt-0

0 commit comments

Comments
 (0)