Skip to content

Commit 4231239

Browse files
committed
BLM ✊🏿✊🏾✊🏽✊🏼✊🏻
1 parent f6c4830 commit 4231239

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,34 @@ class Index extends React.Component {
170170

171171
return (
172172
<div>
173+
<div style={{ background: '#111', padding: '10px 0', lineHeight: 2 }}>
174+
<div className="container">
175+
<div
176+
style={{
177+
color: 'white',
178+
fontWeight: 'bold',
179+
textAlign: 'center'
180+
}}
181+
>
182+
Black Lives Matter.
183+
<a
184+
style={{
185+
display: 'inline-block',
186+
color: 'white',
187+
fontWeight: 'bold',
188+
margin: '0 10px',
189+
padding: '7px 20px',
190+
border: '1px solid white'
191+
}}
192+
href="https://support.eji.org/give/153413"
193+
target="_blank"
194+
rel="noopener noreferrer"
195+
>
196+
Support the Equal Justice Initiative.
197+
</a>
198+
</div>
199+
</div>
200+
</div>
173201
<HomeSplash language={language} />
174202
<div className="mainContainer">
175203
<div className="productShowcaseSection">

0 commit comments

Comments
Β (0)