Skip to content

Commit

Permalink
Add lifecycle announcement to bar
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Dec 5, 2024
1 parent 4165aca commit ce15c69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'subscribe',
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>',
backgroundColor: '#C70039',
id: 'lifecycle',
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>',
backgroundColor: '#FF5500',
textColor: '#fff',
isCloseable: true,
isCloseable: false,
},
navbar: {
title: 'WiX Toolset',
Expand Down

0 comments on commit ce15c69

Please sign in to comment.