From 8cd0d63e90b8ca62e1b85d38a118447bae5c9b85 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Mon, 17 Aug 2026 16:51:53 -0500 Subject: [PATCH] add survey as badge --- 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 4e63228b157a2..94f8835767196 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -37,12 +37,12 @@ }, "websiteBadges": { "index": { - "startDate": "2025-10-30T00:00:00.000Z", - "endDate": "2025-11-15T00:00:00.000Z", + "startDate": "2026-08-17T00:00:00.000Z", + "endDate": "2026-09-18T00:00:00.000Z", "kind": "default", - "title": "Discover", - "text": "New migration guides", - "link": "https://nodejs.org/en/blog/migrations" + "title": "Be Heard", + "text": "Take the Node.js User Survey 2026", + "link": "https://linuxfoundation.surveymonkey.com/r/nodejs-users-2026" } } }