docs(homepage): removed sgv as they are not ours
This commit is contained in:
@@ -73,9 +73,9 @@ const FeatureList: FeatureItem[] = [
|
|||||||
function Feature({ title, Svg, description }: FeatureItem) {
|
function Feature({ title, Svg, description }: FeatureItem) {
|
||||||
return (
|
return (
|
||||||
<div className={clsx("col col--4")}>
|
<div className={clsx("col col--4")}>
|
||||||
<div className="text--center">
|
{/* <div className="text--center">
|
||||||
<Svg className={styles.featureSvg} role="img" />
|
<Svg className={styles.featureSvg} role="img" />
|
||||||
</div>
|
</div> */}
|
||||||
<div className="text--center padding-horiz--md">
|
<div className="text--center padding-horiz--md">
|
||||||
<Heading as="h3">{title}</Heading>
|
<Heading as="h3">{title}</Heading>
|
||||||
<p>{description}</p>
|
<p>{description}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user