File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,9 +173,18 @@ function DonationBanner() {
173173 < a
174174 href = "https://opencollective.com/oss-appscollective"
175175 target = "_blank"
176- style = "display: inline-block; padding: 12px 24px; background: #0d2e67; color: white; text-decoration: none; border-radius: 6px; font-weight: 600;display: flex;"
176+ style = { {
177+ display : 'inline-block' ,
178+ padding : '12px 24px' ,
179+ background : '#0d2e67' ,
180+ color : 'white' ,
181+ textDecoration : 'none' ,
182+ borderRadius : '6px' ,
183+ fontWeight : 600 ,
184+ display : 'flex'
185+ } }
177186 >
178- < svg role = "img" viewBox = "0 0 24 24" width = "20" xmlns = "http://www.w3.org/2000/svg" fill = "#b5d2f0" style = "margin-right:10;" >
187+ < svg role = "img" viewBox = "0 0 24 24" width = "20" xmlns = "http://www.w3.org/2000/svg" fill = "#b5d2f0" style = { { marginRight : 10 + 'em' } } >
179188 < title > Open Collective</ title >
180189 < path d = "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c2.54 0 4.894-.79 6.834-2.135l-3.107-3.109a7.715 7.715 0 1 1 0-13.512l3.107-3.109A11.943 11.943 0 0 0 12 0zm9.865 5.166l-3.109 3.107A7.67 7.67 0 0 1 19.715 12a7.682 7.682 0 0 1-.959 3.727l3.109 3.107A11.943 11.943 0 0 0 24 12c0-2.54-.79-4.894-2.135-6.834z" />
181190 </ svg >
You can’t perform that action at this time.
0 commit comments