File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
width : 100% ;
12
12
max-width : 341px ;
13
13
}
14
- }
14
+ }
Original file line number Diff line number Diff line change 18
18
19
19
.sponsor-banner-silver {
20
20
max-width : 163px ;
21
- }
21
+ }
Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ const FeatureList: FeatureItem[] = [
44
44
} ,
45
45
]
46
46
47
- function Feature ( { title, Svg, description, allowsDarkMode } : FeatureItem ) {
47
+ function Feature ( { title, Svg, description, allowsDarkMode } : FeatureItem ) {
48
48
return (
49
49
< div className = { clsx ( 'col col--4' ) } >
50
50
< div className = "text--center" >
51
51
< Svg
52
52
className = { clsx ( styles . featureSvg , {
53
53
[ styles . svgDarkMode ] : allowsDarkMode ,
54
- } ) }
55
- role = "img"
56
- />
54
+ } ) }
55
+ role = "img"
56
+ />
57
57
</ div >
58
58
< div className = "text--center padding-horiz--md" >
59
59
< h3 > { title } </ h3 >
Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ const SponsorList: SponsorItem[] = [
52
52
// },
53
53
]
54
54
55
- function Feature ( { title, Svg, link, allowsDarkMode} : FeatureItem ) {
55
+ function Feature ( { title, Svg, link, allowsDarkMode } : FeatureItem ) {
56
56
return (
57
57
< div className = { clsx ( 'col col--6' ) } >
58
58
< div className = "text--center" >
59
59
< 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"
65
65
/>
66
66
</ a >
67
67
</ div >
You can’t perform that action at this time.
0 commit comments