mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +02:00
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:
parent
670f2e5268
commit
68a55f0d11
6 changed files with 52 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue