mirror of https://github.com/zmkfirmware/zmk.git
fix(docs): remove title as alt text (#2922)
This commit is contained in:
parent
c6738ce2e5
commit
d9576c5534
|
|
@ -37,7 +37,7 @@ function Feature({ imageUrl, title, description }) {
|
||||||
<div className={classnames("col col--4", styles.feature)}>
|
<div className={classnames("col col--4", styles.feature)}>
|
||||||
{imgUrl && (
|
{imgUrl && (
|
||||||
<div className="text--center">
|
<div className="text--center">
|
||||||
<img className={styles.featureImage} src={imgUrl} alt={title} />
|
<img className={styles.featureImage} src={imgUrl} alt="" />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<h3>{title}</h3>
|
<h3>{title}</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue