Skip to content

Commit

Permalink
docs: remove yc launch button (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
souravjain540 committed Jul 12, 2024
1 parent 24a977b commit 52565ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ function Hero() {
<div className="col">
<div className={styles.heroButtons}>
<Link to="docs/introduction" className={styles.getStarted}>Get Started</Link>
<a href="https://www.ycombinator.com/launches/H3J-crawlee-the-web-scraping-and-browser-automation-library" target="_blank" rel="noreferrer" style={{ height: 52 }}>
<img alt="Launch YC: Crawlee 🕸 The web scraping and browser automation library" style={{ width: 240, height: 52 }} src="https://www.ycombinator.com/launches/H3J-crawlee-the-web-scraping-and-browser-automation-library/upvote_embed.svg/"/>
</a>
<iframe src="https://ghbtns.com/github-btn.html?user=apify&repo=crawlee&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
</div>
</div>
Expand Down

0 comments on commit 52565ad

Please sign in to comment.