2
2
3
3
exports [` Header Tests Should render the header with home 1` ] = `
4
4
<div
5
- className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined"
5
+ className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined font-serif "
6
6
>
7
7
<div
8
8
className = " px-3 flex justify-between items-center w-full h-full"
@@ -103,7 +103,7 @@ exports[`Header Tests Should render the header with home 1`] = `
103
103
className = " hidden lg:flex w-2/3 justify-end "
104
104
>
105
105
<button
106
- className = " min-w-fit px-4 cursor-pointer "
106
+ className = " min-w-fit px-4 cursor-pointer font-serif "
107
107
id = " theme-switch"
108
108
onClick = { [Function ]}
109
109
type = " button"
@@ -127,7 +127,7 @@ exports[`Header Tests Should render the header with home 1`] = `
127
127
onClick = { [Function ]}
128
128
>
129
129
<button
130
- className = " btn primary lg undefined"
130
+ className = " btn primary lg undefined font-serif "
131
131
disabled = { false }
132
132
type = " button"
133
133
>
@@ -141,7 +141,7 @@ exports[`Header Tests Should render the header with home 1`] = `
141
141
onClick = { [Function ]}
142
142
>
143
143
<button
144
- className = " btn transparentbtn lg mr-8"
144
+ className = " btn transparentbtn lg mr-8 font-serif "
145
145
disabled = { false }
146
146
type = " button"
147
147
>
@@ -155,7 +155,7 @@ exports[`Header Tests Should render the header with home 1`] = `
155
155
className = " flex px-5 lg:hidden"
156
156
>
157
157
<button
158
- className = " min-w-fit px-4 cursor-pointer "
158
+ className = " min-w-fit px-4 cursor-pointer font-serif "
159
159
id = " theme-switch"
160
160
onClick = { [Function ]}
161
161
type = " button"
@@ -257,7 +257,7 @@ exports[`Header Tests Should render the header with home 1`] = `
257
257
onClick = { [Function ]}
258
258
>
259
259
<button
260
- className = " btn transparentbtn lg mr-8"
260
+ className = " btn transparentbtn lg mr-8 font-serif "
261
261
disabled = { false }
262
262
type = " button"
263
263
>
@@ -272,7 +272,7 @@ exports[`Header Tests Should render the header with home 1`] = `
272
272
273
273
exports [` Header Tests Should render the header with no active 1` ] = `
274
274
<div
275
- className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined"
275
+ className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined font-serif "
276
276
>
277
277
<div
278
278
className = " px-3 flex justify-between items-center w-full h-full"
@@ -372,7 +372,7 @@ exports[`Header Tests Should render the header with no active 1`] = `
372
372
className = " hidden lg:flex w-2/3 justify-end "
373
373
>
374
374
<button
375
- className = " min-w-fit px-4 cursor-pointer "
375
+ className = " min-w-fit px-4 cursor-pointer font-serif "
376
376
id = " theme-switch"
377
377
onClick = { [Function ]}
378
378
type = " button"
@@ -396,7 +396,7 @@ exports[`Header Tests Should render the header with no active 1`] = `
396
396
onClick = { [Function ]}
397
397
>
398
398
<button
399
- className = " btn primary lg undefined"
399
+ className = " btn primary lg undefined font-serif "
400
400
disabled = { false }
401
401
type = " button"
402
402
>
@@ -410,7 +410,7 @@ exports[`Header Tests Should render the header with no active 1`] = `
410
410
onClick = { [Function ]}
411
411
>
412
412
<button
413
- className = " btn transparentbtn lg mr-8"
413
+ className = " btn transparentbtn lg mr-8 font-serif "
414
414
disabled = { false }
415
415
type = " button"
416
416
>
@@ -424,7 +424,7 @@ exports[`Header Tests Should render the header with no active 1`] = `
424
424
className = " flex px-5 lg:hidden"
425
425
>
426
426
<button
427
- className = " min-w-fit px-4 cursor-pointer "
427
+ className = " min-w-fit px-4 cursor-pointer font-serif "
428
428
id = " theme-switch"
429
429
onClick = { [Function ]}
430
430
type = " button"
@@ -526,7 +526,7 @@ exports[`Header Tests Should render the header with no active 1`] = `
526
526
onClick = { [Function ]}
527
527
>
528
528
<button
529
- className = " btn transparentbtn lg mr-8"
529
+ className = " btn transparentbtn lg mr-8 font-serif "
530
530
disabled = { false }
531
531
type = " button"
532
532
>
@@ -541,7 +541,7 @@ exports[`Header Tests Should render the header with no active 1`] = `
541
541
542
542
exports [` Header Tests Should render the header with no active 2` ] = `
543
543
<div
544
- className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined"
544
+ className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined font-serif "
545
545
>
546
546
<div
547
547
className = " px-3 flex justify-between items-center w-full h-full"
@@ -631,7 +631,7 @@ exports[`Header Tests Should render the header with no active 2`] = `
631
631
className = " hidden lg:flex w-2/3 justify-end "
632
632
>
633
633
<button
634
- className = " min-w-fit px-4 cursor-pointer "
634
+ className = " min-w-fit px-4 cursor-pointer font-serif "
635
635
id = " theme-switch"
636
636
onClick = { [Function ]}
637
637
type = " button"
@@ -655,7 +655,7 @@ exports[`Header Tests Should render the header with no active 2`] = `
655
655
onClick = { [Function ]}
656
656
>
657
657
<button
658
- className = " btn primary lg undefined"
658
+ className = " btn primary lg undefined font-serif "
659
659
disabled = { false }
660
660
type = " button"
661
661
>
@@ -665,7 +665,7 @@ exports[`Header Tests Should render the header with no active 2`] = `
665
665
</button >
666
666
</a >
667
667
<button
668
- className = " btn transparentbtn lg text-red-500 font-bolf dark:text-dark-text-fill mr-8 border border-red-600 dark:border-dark-text-fill"
668
+ className = " btn transparentbtn lg text-red-500 font-bolf dark:text-dark-text-fill mr-8 border border-red-600 dark:border-dark-text-fill font-serif "
669
669
disabled = { false }
670
670
onClick = { [Function ]}
671
671
type = " button"
@@ -679,7 +679,7 @@ exports[`Header Tests Should render the header with no active 2`] = `
679
679
className = " flex px-5 lg:hidden"
680
680
>
681
681
<button
682
- className = " min-w-fit px-4 cursor-pointer "
682
+ className = " min-w-fit px-4 cursor-pointer font-serif "
683
683
id = " theme-switch"
684
684
onClick = { [Function ]}
685
685
type = " button"
@@ -768,7 +768,7 @@ exports[`Header Tests Should render the header with no active 2`] = `
768
768
</a >
769
769
</li >
770
770
<button
771
- className = " btn transparentbtn lg text-red-500 font-bolf dark:text-dark-text-fill mr-8 border border-red-600 dark:border-dark-text-fill"
771
+ className = " btn transparentbtn lg text-red-500 font-bolf dark:text-dark-text-fill mr-8 border border-red-600 dark:border-dark-text-fill font-serif "
772
772
disabled = { false }
773
773
onClick = { [Function ]}
774
774
type = " button"
@@ -781,7 +781,7 @@ exports[`Header Tests Should render the header with no active 2`] = `
781
781
782
782
exports [` Header Tests Should render the header with no active 3` ] = `
783
783
<div
784
- className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined"
784
+ className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined font-serif "
785
785
>
786
786
<div
787
787
className = " px-3 flex justify-between items-center w-full h-full"
@@ -882,7 +882,7 @@ exports[`Header Tests Should render the header with no active 3`] = `
882
882
className = " hidden lg:flex w-2/3 justify-end "
883
883
>
884
884
<button
885
- className = " min-w-fit px-4 cursor-pointer "
885
+ className = " min-w-fit px-4 cursor-pointer font-serif "
886
886
id = " theme-switch"
887
887
onClick = { [Function ]}
888
888
type = " button"
@@ -906,7 +906,7 @@ exports[`Header Tests Should render the header with no active 3`] = `
906
906
onClick = { [Function ]}
907
907
>
908
908
<button
909
- className = " btn primary lg undefined"
909
+ className = " btn primary lg undefined font-serif "
910
910
disabled = { false }
911
911
type = " button"
912
912
>
@@ -920,7 +920,7 @@ exports[`Header Tests Should render the header with no active 3`] = `
920
920
onClick = { [Function ]}
921
921
>
922
922
<button
923
- className = " btn transparentbtn lg mr-8"
923
+ className = " btn transparentbtn lg mr-8 font-serif "
924
924
disabled = { false }
925
925
type = " button"
926
926
>
@@ -934,7 +934,7 @@ exports[`Header Tests Should render the header with no active 3`] = `
934
934
className = " flex px-5 lg:hidden"
935
935
>
936
936
<button
937
- className = " min-w-fit px-4 cursor-pointer "
937
+ className = " min-w-fit px-4 cursor-pointer font-serif "
938
938
id = " theme-switch"
939
939
onClick = { [Function ]}
940
940
type = " button"
@@ -1036,7 +1036,7 @@ exports[`Header Tests Should render the header with no active 3`] = `
1036
1036
onClick = { [Function ]}
1037
1037
>
1038
1038
<button
1039
- className = " btn transparentbtn lg mr-8"
1039
+ className = " btn transparentbtn lg mr-8 font-serif "
1040
1040
disabled = { false }
1041
1041
type = " button"
1042
1042
>
@@ -1051,7 +1051,7 @@ exports[`Header Tests Should render the header with no active 3`] = `
1051
1051
1052
1052
exports [` Header Tests Should render the header with pricing active 1` ] = `
1053
1053
<div
1054
- className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined"
1054
+ className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined font-serif "
1055
1055
>
1056
1056
<div
1057
1057
className = " px-3 flex justify-between items-center w-full h-full"
@@ -1152,7 +1152,7 @@ exports[`Header Tests Should render the header with pricing active 1`] = `
1152
1152
className = " hidden lg:flex w-2/3 justify-end "
1153
1153
>
1154
1154
<button
1155
- className = " min-w-fit px-4 cursor-pointer "
1155
+ className = " min-w-fit px-4 cursor-pointer font-serif "
1156
1156
id = " theme-switch"
1157
1157
onClick = { [Function ]}
1158
1158
type = " button"
@@ -1176,7 +1176,7 @@ exports[`Header Tests Should render the header with pricing active 1`] = `
1176
1176
onClick = { [Function ]}
1177
1177
>
1178
1178
<button
1179
- className = " btn primary lg undefined"
1179
+ className = " btn primary lg undefined font-serif "
1180
1180
disabled = { false }
1181
1181
type = " button"
1182
1182
>
@@ -1190,7 +1190,7 @@ exports[`Header Tests Should render the header with pricing active 1`] = `
1190
1190
onClick = { [Function ]}
1191
1191
>
1192
1192
<button
1193
- className = " btn transparentbtn lg mr-8"
1193
+ className = " btn transparentbtn lg mr-8 font-serif "
1194
1194
disabled = { false }
1195
1195
type = " button"
1196
1196
>
@@ -1204,7 +1204,7 @@ exports[`Header Tests Should render the header with pricing active 1`] = `
1204
1204
className = " flex px-5 lg:hidden"
1205
1205
>
1206
1206
<button
1207
- className = " min-w-fit px-4 cursor-pointer "
1207
+ className = " min-w-fit px-4 cursor-pointer font-serif "
1208
1208
id = " theme-switch"
1209
1209
onClick = { [Function ]}
1210
1210
type = " button"
@@ -1306,7 +1306,7 @@ exports[`Header Tests Should render the header with pricing active 1`] = `
1306
1306
onClick = { [Function ]}
1307
1307
>
1308
1308
<button
1309
- className = " btn transparentbtn lg mr-8"
1309
+ className = " btn transparentbtn lg mr-8 font-serif "
1310
1310
disabled = { false }
1311
1311
type = " button"
1312
1312
>
@@ -1321,7 +1321,7 @@ exports[`Header Tests Should render the header with pricing active 1`] = `
1321
1321
1322
1322
exports [` Header Tests Should render the header with product active 1` ] = `
1323
1323
<div
1324
- className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined"
1324
+ className = " w-screen h-[8vh] z-10 bg-white dark:bg-dark-bg page-header undefined font-serif "
1325
1325
>
1326
1326
<div
1327
1327
className = " px-3 flex justify-between items-center w-full h-full"
@@ -1421,7 +1421,7 @@ exports[`Header Tests Should render the header with product active 1`] = `
1421
1421
className = " hidden lg:flex w-2/3 justify-end "
1422
1422
>
1423
1423
<button
1424
- className = " min-w-fit px-4 cursor-pointer "
1424
+ className = " min-w-fit px-4 cursor-pointer font-serif "
1425
1425
id = " theme-switch"
1426
1426
onClick = { [Function ]}
1427
1427
type = " button"
@@ -1445,7 +1445,7 @@ exports[`Header Tests Should render the header with product active 1`] = `
1445
1445
onClick = { [Function ]}
1446
1446
>
1447
1447
<button
1448
- className = " btn primary lg undefined"
1448
+ className = " btn primary lg undefined font-serif "
1449
1449
disabled = { false }
1450
1450
type = " button"
1451
1451
>
@@ -1459,7 +1459,7 @@ exports[`Header Tests Should render the header with product active 1`] = `
1459
1459
onClick = { [Function ]}
1460
1460
>
1461
1461
<button
1462
- className = " btn transparentbtn lg mr-8"
1462
+ className = " btn transparentbtn lg mr-8 font-serif "
1463
1463
disabled = { false }
1464
1464
type = " button"
1465
1465
>
@@ -1473,7 +1473,7 @@ exports[`Header Tests Should render the header with product active 1`] = `
1473
1473
className = " flex px-5 lg:hidden"
1474
1474
>
1475
1475
<button
1476
- className = " min-w-fit px-4 cursor-pointer "
1476
+ className = " min-w-fit px-4 cursor-pointer font-serif "
1477
1477
id = " theme-switch"
1478
1478
onClick = { [Function ]}
1479
1479
type = " button"
@@ -1575,7 +1575,7 @@ exports[`Header Tests Should render the header with product active 1`] = `
1575
1575
onClick = { [Function ]}
1576
1576
>
1577
1577
<button
1578
- className = " btn transparentbtn lg mr-8"
1578
+ className = " btn transparentbtn lg mr-8 font-serif "
1579
1579
disabled = { false }
1580
1580
type = " button"
1581
1581
>
0 commit comments