Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/site/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
],
"websiteBanners": {
"index": {
"startDate": "2026-03-24T03:00:00.000Z",
"endDate": "2026-03-31T03:00:00.000Z",
"text": "March Security Release is available",
"link": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
"type": "warning"
"startDate": "2026-06-16T00:00:00.000Z",
"endDate": "2026-08-13T23:59:59.000Z",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Banner ends before event day

Medium Severity

The banner’s endDate stops display once UTC rolls to August 14, but the copy advertises RenderATL on August 12–13 in Atlanta. Because dateIsBetween treats the end as exclusive, visitors in US Eastern time can lose the banner for much of the evening on the 13th while the event is still underway locally.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b7ba49c. Configure here.

"text": "Node.js Interactive at RenderATL — August 12-13. Register now!",
"link": "https://www.renderatl.com/tickets",
"type": "default"
}
},
"websiteBadges": {
Expand Down
Loading