From 188518b4dce37c028057818a5a2bd4dad03f851c Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Wed, 3 Apr 2024 15:10:29 +0300 Subject: [PATCH] fix: Banner type (#6607) --- components/Downloads/ChangelogModal/index.module.css | 1 + site.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Downloads/ChangelogModal/index.module.css b/components/Downloads/ChangelogModal/index.module.css index e022b0917259e..abd877387a03a 100644 --- a/components/Downloads/ChangelogModal/index.module.css +++ b/components/Downloads/ChangelogModal/index.module.css @@ -21,6 +21,7 @@ bg-white p-8 focus:outline-none + dark:border-neutral-900 dark:bg-neutral-950 sm:my-20 lg:max-w-[900px] diff --git a/site.json b/site.json index 01e512f3c8f7b..121b8ea53f309 100644 --- a/site.json +++ b/site.json @@ -31,7 +31,8 @@ "startDate": "2024-03-28T13:45:00.000Z", "endDate": "2024-04-11T17:30:00.000Z", "text": "New security releases to be made available April 3rd, 2024", - "link": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/" + "link": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/", + "type": "warning" } }, "websiteBadges": {