From 7d965da83c2592a3e110c83e05e0ded707c9d993 Mon Sep 17 00:00:00 2001
From: Otsar <122266060+Otsar-Raikou@users.noreply.github.com>
Date: Wed, 6 Nov 2024 22:18:37 +0200
Subject: [PATCH] Update docusaurus.config.js
updated banner to show 3.1
---
docs/docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 83074b4cb..696faca0a 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -155,7 +155,7 @@ const config = {
announcementBar: {
id: 'announcement', // Any value that will identify this message.
content:
- '❄️🎉 New Release! ICICLE v3! Click here to read article 🎉❄️',
+ '❄️🎉 New Release! ICICLE v3.1! Click here to read article 🎉❄️',
backgroundColor: '#64f5ef', // Light blue background color.
textColor: '#000000', // Black text color.
isCloseable: true, // Defaults to `true`.