File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,37 @@ function Home() {
137
137
const { siteConfig = { } } = context
138
138
return (
139
139
< 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.` }
143
141
description = "A predictable state container for JavaScript apps."
144
142
>
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 >
145
171
< header className = { classnames ( 'hero hero--primary' , styles . heroBanner ) } >
146
172
< div className = "container" >
147
173
< h1 className = "hero__title" > { siteConfig . title } </ h1 >
You canβt perform that action at this time.
0 commit comments