From 0e1e08505f1b62a53dce5722d38e98933441a274 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:51:53 +0100 Subject: [PATCH] feat(banner): add cyber week --- apps/site/site.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/site/site.json b/apps/site/site.json index 29a6f8c2915d4..c5d948cb42f65 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -28,10 +28,10 @@ ], "websiteBanners": { "index": { - "startDate": "2024-09-04T00:00:00.000Z", - "endDate": "2024-09-30T00:00:00.000Z", - "text": "Save 60% on Node.js Training and Certification through September 30 with code ROCKET60", - "link": "https://training.linuxfoundation.org/openjs-sept-24-promo/", + "startDate": "2024-12-04T00:00:00.000Z", + "endDate": "2024-12-11T00:00:00.000Z", + "text": "Save up to 60% on Node.js courses and certifications", + "link": "https://training.linuxfoundation.org/cyber-monday-openjs-2024/", "type": "default" } },