forked from kofal.net/zmk
fix(docs): remove title as alt text (#2922)
This commit is contained in:
@@ -37,7 +37,7 @@ function Feature({ imageUrl, title, description }) {
|
||||
<div className={classnames("col col--4", styles.feature)}>
|
||||
{imgUrl && (
|
||||
<div className="text--center">
|
||||
<img className={styles.featureImage} src={imgUrl} alt={title} />
|
||||
<img className={styles.featureImage} src={imgUrl} alt="" />
|
||||
</div>
|
||||
)}
|
||||
<h3>{title}</h3>
|
||||
|
||||
Reference in New Issue
Block a user