Skip to content

Commit 62ddd97

Browse files
committed
update 20-6-2025
1 parent 1e63a36 commit 62ddd97

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

sui/src/data/dates.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,6 @@ export const week = [
254254
'week 21 2025',
255255
'week 22 2025',
256256
'week 23 2025',
257-
'week 24 2025'
257+
'week 24 2025',
258+
'week 25 2025',
258259
].slice(howLongInThePastWeeks)

sui/src/data/usesByBrand.js

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ const byBrandDataIJ = [
195195
52 /* week 21 2025 */,
196196
52 /* week 22 2025 */,
197197
52 /* week 23 2025 */,
198-
52 /* week 24 2025 */
198+
52 /* week 24 2025 */,
199+
53 /* week 25 2025 */
199200
].slice(howLongInThePastWeeks)
200201
//
201202
//
@@ -394,7 +395,8 @@ const byBrandDataMA = [
394395
59 /* week 21 2025 */,
395396
59 /* week 22 2025 */,
396397
59 /* week 23 2025 */,
397-
59 /* week 24 2025 */
398+
59 /* week 24 2025 */,
399+
59 /* week 25 2025 */
398400
].slice(howLongInThePastWeeks)
399401
//
400402
//
@@ -593,7 +595,8 @@ const byBrandDataFC = [
593595
58 /* week 21 2025 */,
594596
58 /* week 22 2025 */,
595597
58 /* week 23 2025 */,
596-
58 /* week 24 2025 */
598+
58 /* week 24 2025 */,
599+
58 /* week 25 2025 */
597600
].slice(howLongInThePastWeeks)
598601
//
599602
//
@@ -792,7 +795,8 @@ const byBrandDataOT = [
792795
57 /* week 21 2025 */,
793796
57 /* week 22 2025 */,
794797
57 /* week 23 2025 */,
795-
57 /* week 24 2025 */
798+
57 /* week 24 2025 */,
799+
57 /* week 25 2025 */
796800
].slice(howLongInThePastWeeks)
797801
//
798802
//
@@ -991,7 +995,8 @@ const byBrandDataCN = [
991995
69 /* week 21 2025 */,
992996
69 /* week 22 2025 */,
993997
69 /* week 23 2025 */,
994-
69 /* week 24 2025 */
998+
69 /* week 24 2025 */,
999+
69 /* week 25 2025 */
9951000
].slice(howLongInThePastWeeks)
9961001
//
9971002
//
@@ -1571,7 +1576,8 @@ const byBrandDataEP = [
15711576
39 /* week 21 2025 */,
15721577
39 /* week 22 2025 */,
15731578
39 /* week 23 2025 */,
1574-
39 /* week 24 2025 */
1579+
39 /* week 24 2025 */,
1580+
39 /* week 25 2025 */
15751581
].slice(howLongInThePastWeeks)
15761582
//
15771583
//
@@ -1770,7 +1776,8 @@ const byBrandDataHB = [
17701776
32 /* week 21 2025 */,
17711777
32 /* week 22 2025 */,
17721778
32 /* week 23 2025 */,
1773-
32 /* week 24 2025 */
1779+
32 /* week 24 2025 */,
1780+
32 /* week 25 2025 */
17741781
].slice(howLongInThePastWeeks)
17751782
//
17761783
//
@@ -2329,7 +2336,8 @@ const byBrandDataADIT = [
23292336
30 /* week 21 2025 */,
23302337
30 /* week 22 2025 */,
23312338
30 /* week 23 2025 */,
2332-
30 /* week 24 2025 */
2339+
30 /* week 24 2025 */,
2340+
30 /* week 25 2025 */
23332341
].slice(howLongInThePastWeeks)
23342342
//
23352343
//

sui/src/sections/usagePerBrand.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default function UsagePerBrand() {
88
<ul>
99
<li htmlFor="ij">
1010
<div>InfoJobs</div>
11-
<span className="pill">52</span>
12-
<progress value="52" max="74" />
11+
<span className="pill">53</span>
12+
<progress value="53" max="74" />
1313
</li>
1414
<li htmlFor="ma">
1515
<div>Milanuncios</div>

0 commit comments

Comments
 (0)