File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 width : 100% ;
1212 max-width : 341px ;
1313 }
14- }
14+ }
Original file line number Diff line number Diff line change 1818
1919.sponsor-banner-silver {
2020 max-width : 163px ;
21- }
21+ }
Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ const FeatureList: FeatureItem[] = [
4444 } ,
4545]
4646
47- function Feature ( { title, Svg, description, allowsDarkMode } : FeatureItem ) {
47+ function Feature ( { title, Svg, description, allowsDarkMode } : FeatureItem ) {
4848 return (
4949 < div className = { clsx ( 'col col--4' ) } >
5050 < div className = "text--center" >
5151 < Svg
5252 className = { clsx ( styles . featureSvg , {
5353 [ styles . svgDarkMode ] : allowsDarkMode ,
54- } ) }
55- role = "img"
56- />
54+ } ) }
55+ role = "img"
56+ />
5757 </ div >
5858 < div className = "text--center padding-horiz--md" >
5959 < h3 > { title } </ h3 >
Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ const SponsorList: SponsorItem[] = [
5252 // },
5353]
5454
55- function Feature ( { title, Svg, link, allowsDarkMode} : FeatureItem ) {
55+ function Feature ( { title, Svg, link, allowsDarkMode } : FeatureItem ) {
5656 return (
5757 < div className = { clsx ( 'col col--6' ) } >
5858 < div className = "text--center" >
5959 < a href = { link } title = { title } target = "_blank" rel = "noreferrer" aria-label = { title } >
60- < Svg
61- className = { clsx ( styles . featureSvg , {
62- [ styles . svgDarkMode ] : allowsDarkMode ,
63- } ) }
64- role = "img"
60+ < Svg
61+ className = { clsx ( styles . featureSvg , {
62+ [ styles . svgDarkMode ] : allowsDarkMode ,
63+ } ) }
64+ role = "img"
6565 />
6666 </ a >
6767 </ div >
You can’t perform that action at this time.
0 commit comments