diff --git a/docs/src/components/HomepageFeatures/index.tsx b/docs/src/components/HomepageFeatures/index.tsx index 6878007c2..c9dbb80a9 100644 --- a/docs/src/components/HomepageFeatures/index.tsx +++ b/docs/src/components/HomepageFeatures/index.tsx @@ -42,10 +42,15 @@ const FeatureList: FeatureItem[] = [ ] function Feature({ title, Svg, description }: FeatureItem) { + var classVar = styles.featureSvg; + if(Svg === require('@site/static/img/github.svg').default) + { + classVar = styles.featureSvg +" "+ styles.githubLogo; + } return (