Skip to content

Commit 9160144

Browse files
committed
chore: add banners
1 parent 4c7a741 commit 9160144

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

apps/site/site.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,20 @@
2828
],
2929
"websiteBanners": {
3030
"index": {
31-
"startDate": "2025-03-17T00:00:00.000Z",
32-
"endDate": "2025-04-17T00:00:00.000Z",
33-
"text": "Node.js launches an official Discord community",
34-
"link": "https://nodejs.org/en/blog/announcements/official-discord-launch-announcement",
35-
"type": "default"
31+
"startDate": "2025-04-01T00:00:00.000Z",
32+
"endDate": "2025-06-01T00:00:00.000Z",
33+
"text": "Node.js v18 is reaching End-Of-Life on April 30, 2025.",
34+
"type": "warning"
3635
}
3736
},
3837
"websiteBadges": {
3938
"index": {
40-
"startDate": "2024-11-01T00:00:00.000Z",
41-
"endDate": "2024-12-31T00:00:00.000Z",
39+
"startDate": "2025-04-01T00:00:00.000Z",
40+
"endDate": "2025-07-01T00:00:00.000Z",
4241
"kind": "default",
43-
"title": "Read",
44-
"text": "Node.js Collab Summit Report",
45-
"link": "https://nodejs.org/en/blog/events/collab-summit-2024-dublin"
42+
"title": "JSConf",
43+
"text": "General Admission Tickets are on sale now!",
44+
"link": "https://events.linuxfoundation.org/jsconf-north-america"
4645
}
4746
}
4847
}

0 commit comments

Comments
 (0)