mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 20:02:54 +02:00
docs: update Hacker News + Product Hunt links (#7874)
update HN + ProductHunt links
This commit is contained in:
parent
1a62b41e31
commit
e519858ea7
3 changed files with 11 additions and 5 deletions
|
@ -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}}>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue