From 08a6d90682ece2c0f28c352328684543da9d40ba Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Tue, 6 May 2025 09:19:54 +0200 Subject: [PATCH] chore(badge): add next-10 --- 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 1d8f5212bcdbf..13f31ad3e562e 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -37,12 +37,12 @@ }, "websiteBadges": { "index": { - "startDate": "2025-04-01T00:00:00.000Z", - "endDate": "2025-07-01T00:00:00.000Z", + "startDate": "2025-05-06", + "endDate": "2025-05-31", "kind": "default", - "title": "JSConf", - "text": "General Admission Tickets are on sale now!", - "link": "https://events.linuxfoundation.org/jsconf-north-america" + "title": "Next-10 Survey", + "text": "We need your feedback to help us shape Node.js", + "link": "https://linuxfoundation.research.net/r/2025nodenext10" } } }