Skip to content

Commit 8053b9e

Browse files
ran prettier
1 parent 8e9115c commit 8053b9e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/src/components/AdsContainer/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
width: 100%;
1212
max-width: 341px;
1313
}
14-
}
14+
}

docs/src/components/BannerSponsor/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
.sponsor-banner-silver {
2020
max-width: 163px;
21-
}
21+
}

docs/src/components/HomepageFeatures/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

docs/src/components/HomepageSponsored/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)