docs(homepage): removed sgv as they are not ours

This commit is contained in:
2025-08-27 06:14:08 -05:00
parent 8fcc1e7ebd
commit 045fd66832

View File

@@ -73,9 +73,9 @@ const FeatureList: FeatureItem[] = [
function Feature({ title, Svg, description }: FeatureItem) {
return (
<div className={clsx("col col--4")}>
<div className="text--center">
{/* <div className="text--center">
<Svg className={styles.featureSvg} role="img" />
</div>
</div> */}
<div className="text--center padding-horiz--md">
<Heading as="h3">{title}</Heading>
<p>{description}</p>