From 57f6ab6701d19d45ff42c5709ec1a7ce9bb6fa16 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 24 Jun 2026 16:14:46 -0400 Subject: [PATCH 1/2] feat(banner): add RenderATL Signed-off-by: Aviv Keller --- apps/site/site.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/site/site.json b/apps/site/site.json index 86a3100ad6cca..0217167dd778e 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -29,11 +29,11 @@ ], "websiteBanners": { "index": { - "startDate": "2026-06-16T22:00:00.000Z", - "endDate": "2026-06-23T22:00:00.000Z", - "text": "June Security Release is available", - "link": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases", - "type": "warning" + "startDate": "2026-06-24T00:00:00.000Z", + "endDate": "2026-08-14T00:00:00.000Z", + "text": "Don't miss Node.js Interactive at RenderATL, August 12–13!", + "link": "https://www.renderatl.com/tickets", + "type": "default" } }, "websiteBadges": { From ec2d7bc00be94ec5a1c80a3f130b53c59c085d85 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 24 Jun 2026 16:17:02 -0400 Subject: [PATCH 2/2] fixup! Signed-off-by: Aviv Keller --- apps/site/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/site.json b/apps/site/site.json index 0217167dd778e..15be7512941e3 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -30,7 +30,7 @@ "websiteBanners": { "index": { "startDate": "2026-06-24T00:00:00.000Z", - "endDate": "2026-08-14T00:00:00.000Z", + "endDate": "2026-08-14T00:00:00.000Z", "text": "Don't miss Node.js Interactive at RenderATL, August 12–13!", "link": "https://www.renderatl.com/tickets", "type": "default"