From 80d9529e2bc52f4d8da74f1ba96dbc83f213bfb9 Mon Sep 17 00:00:00 2001
From: sashaodessa <140454972+sashaodessa@users.noreply.github.com>
Date: Tue, 9 Sep 2025 12:51:42 +0200
Subject: [PATCH] Update docusaurus.config.ts
---
apps/docs/docusaurus.config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts
index 36cdbe963..fc13a037b 100644
--- a/apps/docs/docusaurus.config.ts
+++ b/apps/docs/docusaurus.config.ts
@@ -67,7 +67,7 @@ const config: Config = {
announcementBar: {
id: "semaphore-v4-beta",
content:
- 'Semaphore V4 is out 🎉 Try it out and let us know if you have any feedback on Telegram or Github!',
+ 'Semaphore V4 is out 🎉 Try it out and let us know if you have any feedback on Telegram or Github!',
backgroundColor: "#dde6fc",
textColor: "#000000"
},