Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit ce15c69

Browse files
committed
Add lifecycle announcement to bar
1 parent 4165aca commit ce15c69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Docusaurus/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ const config = {
6565
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6666
({
6767
announcementBar: {
68-
id: 'subscribe',
69-
content: '<span style="font-size:16px">Get the latest WiX news sent to you. <a style="text-decoration-line:none;border-bottom:1px solid" href="https://www.firegiant.com/subscribe/?utm_source=wixtoolset.org&utm_medium=Display&utm_campaign=subscribe&utm_term=subscribe&utm_content=announcement_bar">Subscribe to the FireGiant newsletter.</a></span>',
70-
backgroundColor: '#C70039',
68+
id: 'lifecycle',
69+
content: '<span style="font-size:16px">Did you know the WiX Lifecycle was changing soon? <a style="text-decoration-line:none;border-bottom:1px solid" href="https://github.com/orgs/wixtoolset/discussions/8864?utm_source=wixtoolset.org&utm_medium=Display&utm_campaign=lifecycle&utm_term=read_about_it&utm_content=announcement_bar">Read about it here.</a></span>',
70+
backgroundColor: '#FF5500',
7171
textColor: '#fff',
72-
isCloseable: true,
72+
isCloseable: false,
7373
},
7474
navbar: {
7575
title: 'WiX Toolset',

0 commit comments

Comments
 (0)