Skip to content

Commit 6a18ba3

Browse files
committed
BLM ✊🏿✊🏾✊🏽✊🏼✊🏻
1 parent 4222b0e commit 6a18ba3

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

β€Žwebsite/src/pages/index.js

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,37 @@ function Home() {
137137
const { siteConfig = {} } = context
138138
return (
139139
<Layout
140-
title={`${
141-
siteConfig.title
142-
} - A predictable state container for JavaScript apps.`}
140+
title={`${siteConfig.title} - A predictable state container for JavaScript apps.`}
143141
description="A predictable state container for JavaScript apps."
144142
>
143+
<div style={{ background: '#111', padding: '10px 0', lineHeight: 2 }}>
144+
<div className="container">
145+
<div
146+
style={{
147+
color: 'white',
148+
fontWeight: 'bold',
149+
textAlign: 'center'
150+
}}
151+
>
152+
Black Lives Matter.
153+
<a
154+
style={{
155+
display: 'inline-block',
156+
color: 'white',
157+
fontWeight: 'bold',
158+
margin: '0 10px',
159+
padding: '7px 20px',
160+
border: '1px solid white'
161+
}}
162+
href="https://support.eji.org/give/153413"
163+
target="_blank"
164+
rel="noopener noreferrer"
165+
>
166+
Support the Equal Justice Initiative.
167+
</a>
168+
</div>
169+
</div>
170+
</div>
145171
<header className={classnames('hero hero--primary', styles.heroBanner)}>
146172
<div className="container">
147173
<h1 className="hero__title">{siteConfig.title}</h1>

0 commit comments

Comments
Β (0)