mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Updated banner in solidarity (#2862)
This commit is contained in:
parent
a159a5fc6e
commit
63e2720dff
|
|
@ -61,6 +61,16 @@ class Index extends React.Component {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<div className="announcement">
|
||||
<div className="announcement-inner">
|
||||
Black Lives Matter.
|
||||
<a href="https://support.eji.org/give/153413/#!/donation/checkout">
|
||||
{' '}
|
||||
Support the Equal Justice Initiative
|
||||
</a>
|
||||
.
|
||||
</div>
|
||||
</div>
|
||||
<HomeSplash siteConfig={siteConfig} language={language} />
|
||||
<div className="announcement">
|
||||
<div className="announcement-inner">
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue