We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf7836 commit 2bad04fCopy full SHA for 2bad04f
docs/src/components/HomepageFeatures/index.tsx
@@ -42,7 +42,7 @@ const FeatureList: FeatureItem[] = [
42
]
43
44
function Feature({ title, Svg, description }: FeatureItem) {
45
- var classVar = styles.featureSvg;
+ let classVar = styles.featureSvg;
46
if(Svg === require('@site/static/img/github.svg').default)
47
{
48
classVar = styles.featureSvg +" "+ styles.githubLogo;
0 commit comments