Skip to content

Commit

Permalink
remove announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharpguy committed Nov 19, 2023
1 parent 4b702ac commit a6a97d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ module.exports = {
// Useful if you want to support a single color mode
disableSwitch: false,
},
announcementBar: {
id: 'yass-release', // Any value that will identify this message.
content:
'<div class="announcement-bar"><a href="https://google.com" target="_blank" rel="noopener"><span>Announcing the first release of Spider Solitaire</span> <span style="margin-left:1rem">Learn more</span> <span style="margin-left:0.25rem">→</span></a></div>',
backgroundColor: 'rgb(210, 215, 254)', // Defaults to `#fff`.
textColor: 'rgb(22 31 49)', // Defaults to `#000`.
isCloseable: true, // Defaults to `true`.
},
// announcementBar: {
// id: 'yass-release', // Any value that will identify this message.
// content:
// '<div class="announcement-bar"><a href="https://google.com" target="_blank" rel="noopener"><span>Announcing the first release of Spider Solitaire</span> <span style="margin-left:1rem">Learn more</span> <span style="margin-left:0.25rem">→</span></a></div>',
// backgroundColor: 'rgb(210, 215, 254)', // Defaults to `#fff`.
// textColor: 'rgb(22 31 49)', // Defaults to `#000`.
// isCloseable: true, // Defaults to `true`.
// },
}),
presets: [
[
Expand Down

0 comments on commit a6a97d3

Please sign in to comment.