Skip to content

Commit ddb94c8

Browse files
committed
feat: update announcement bar for EasyButton 3.0 development
1 parent a602e76 commit ddb94c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ const config: Config = {
146146
darkTheme: prismThemes.dracula,
147147
},
148148
announcementBar: {
149-
id: "poll_announcement",
149+
id: "v3_development",
150150
content:
151-
'🗳️ Help shape EasyButton 3.0! <a target="_blank" rel="noopener noreferrer" href="https://github.com/evert-arias/EasyButton/discussions/100">Vote in our poll</a>',
152-
backgroundColor: "#4051b5", // Vibrant blue background
153-
textColor: "#ffffff", // White text for contrast
154-
isCloseable: true,
151+
'🚀 EasyButton 3.0 in development! Major bug fixes and improvements coming soon. <a target="_blank" rel="noopener noreferrer" href="https://github.com/evert-arias/EasyButton/discussions/100">Learn more</a>',
152+
backgroundColor: "#4051b5",
153+
textColor: "#ffffff",
154+
isCloseable: false,
155155
},
156156
} satisfies Preset.ThemeConfig,
157157
};

0 commit comments

Comments
 (0)