Skip to content

Commit

Permalink
docs: tweak the Crawlee for Python links (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Jul 24, 2024
1 parent a244d62 commit 66fa61a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module.exports = {
},
announcementBar: {
id: `announcement-bar-crawlee-for-python`,
content: `🎉️ <b><a href="https://crawlee.dev/blog/launching-crawlee-python">Crawlee for Python is open to early adopters!</b> 🥳️`,
content: `🎉️ <b><a href="https://crawlee.dev/python">Crawlee for Python is open to early adopters!</b> 🥳️`,
},
navbar: {
hideOnScroll: true,
Expand Down
5 changes: 0 additions & 5 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ function Hero() {
return (
<header className={clsx('container', styles.heroBanner)}>
<div className="row padding-horiz--md">
<div className="col col--12">
<div className={styles.crawleeForPython}>
🎉&nbsp;<a href="https://crawlee.dev/blog/launching-crawlee-python">Crawlee for Python is open to early adopters!️</a>&nbsp;🥳
</div>
</div>
<div className="col col--7">
<div className={clsx(styles.relative, 'row')}>
<div className="col">
Expand Down

0 comments on commit 66fa61a

Please sign in to comment.