Skip to content

Commit

Permalink
chore(website): Update announcement bar
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Aug 9, 2024
1 parent 50b5d5c commit 97d1ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'announcementBar-not-yet-done-1', // Increment on change
id: 'announcementBar-1.0-1', // Increment on change
content:
"Cheerio's website is still a work-in-progress, and covers Cheerio's next release that isn't available yet. <a href='https://github.com/cheeriojs/cheerio/discussions/3002'>We would love your help in making this website better!</a>",
"Cheerio 1.0 is out! <a href='/blog/cheerio-1.0'>Learn more about what's new</a>",
},
navbar: {
title: 'Cheerio',
Expand Down

0 comments on commit 97d1ecb

Please sign in to comment.