docs: update Hacker News + Product Hunt links (#7874)

update HN + ProductHunt links
This commit is contained in:
Sébastien Lorber 2022-08-01 12:33:28 +02:00 committed by GitHub
parent 1a62b41e31
commit e519858ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View file

@ -14,7 +14,7 @@ export default function HackerNewsIcon({
}): JSX.Element {
return (
<a
href="https://news.ycombinator.com/"
href="https://news.ycombinator.com/item?id=32303052"
target="_blank"
rel="noreferrer"
style={{display: 'block', width: size, height: size}}>

View file

@ -274,8 +274,14 @@ function TopBanner() {
<div className={styles.topBannerDescription}>
We are on{' '}
<b>
<Link to="https://www.producthunt.com/">ProductHunt</Link> and{' '}
<Link to="https://news.ycombinator.com/">Hacker News</Link> today!
<Link to="https://www.producthunt.com/posts/docusaurus-2-0">
ProductHunt
</Link>{' '}
and{' '}
<Link to="https://news.ycombinator.com/item?id=32303052">
Hacker News
</Link>{' '}
today!
</b>
</div>
</div>