Skip to content

Commit

Permalink
docs: improve banner (#2528)
Browse files Browse the repository at this point in the history
improved visibility of banner

Co-authored-by: Saurav Jain <[email protected]>
  • Loading branch information
souravjain540 and Saurav Jain authored Jun 11, 2024
1 parent 2acf9f5 commit b5b1867
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 @@ -232,9 +232,9 @@ module.exports = {
},
announcementBar: {
id: 'crawlee_webinar',
content: 'Join us for a free webinar about Crawlee at <a href="https://apify.com/resources/scraping-with-crawlee"> 9 AM EST on June 12th, 2024</a> to learn how to build reliable web scrapers fast!',
content: 'Learn about Crawlee new features and best practices from @B4nan, our lead maintainer. Join us live at 9 AM EST on June 12th. <a href="https://apify.com/resources/scraping-with-crawlee"> Sign Up now!</a>',
backgroundColor: '#1a1b23',
textColor: '#8d92af',
textColor: '#ffffff',
isCloseable: false,
},
colorMode: {
Expand Down

0 comments on commit b5b1867

Please sign in to comment.