mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
Updated banner in solidarity (#2862)
This commit is contained in:
parent
a159a5fc6e
commit
63e2720dff
2 changed files with 20 additions and 0 deletions
|
@ -69,6 +69,16 @@ function Home() {
|
|||
title={tagline}
|
||||
description={customFields.description}>
|
||||
<main>
|
||||
<div
|
||||
className={classnames(styles.announcement, styles.announcementDark)}>
|
||||
<div className={styles.announcementInner}>
|
||||
Black Lives Matter.{' '}
|
||||
<Link to="https://support.eji.org/give/153413/#!/donation/checkout">
|
||||
Support the Equal Justice Initiative
|
||||
</Link>
|
||||
.
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.hero}>
|
||||
<div className={styles.heroInner}>
|
||||
<h1 className={styles.heroProjectTagline}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue