fix(create): update broken SVG paths in templates (#6762)

* fix: Update broken URL in typescript template example

* fix SVG images; improve a11y

* format

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Alex Nicholls 2022-02-26 15:44:50 -08:00 committed by GitHub
parent 670f2e5268
commit 68a55f0d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 52 additions and 11 deletions

View file

@ -39,7 +39,7 @@ function Feature({Svg, title, description}) {
return (
<div className={clsx('col col--4')}>
<div className="text--center">
<Svg className={styles.featureSvg} alt={title} />
<Svg className={styles.featureSvg} role="img" />
</div>
<div className="text--center padding-horiz--md">
<h3>{title}</h3>