From ba5becd0c65b8beb8a382220ca4e04cf77350138 Mon Sep 17 00:00:00 2001 From: ShaniBabayoff Date: Wed, 25 Dec 2024 11:30:32 +0200 Subject: [PATCH] Update docusaurus.config.ts updating the headline to 3.2 --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 4e2fb4214..8b2078716 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -175,7 +175,7 @@ const config: Config = { announcementBar: { id: 'announcement', // Any value that will identify this message. content: - '❄️🎉 New Release! ICICLE v3.1! Click here for the full update 🎉❄️', + '❄️🎉 New Release! ICICLE v3.2! 🎉❄️', backgroundColor: '#64f5ef', // Light blue background color. textColor: '#000000', // Black text color. isCloseable: true, // Defaults to `true`.