Skip to content

Commit 762ff12

Browse files
committed
Add feature images alt.
1 parent 2e52e79 commit 762ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function Feature({title, image, description, wip}: FeatureItem) {
108108
<div className="relative">
109109
{wip && <p className="absolute top-0 right-0 text-[32px]">🚧</p>}
110110
<div className="flex items-center justify-center h-20">
111-
<img src={image} className="w-full h-full object-contain" role="img"/>
111+
<img src={image} alt={title + " icon"} className="w-full h-full object-contain" role="img"/>
112112
</div>
113113
<div className="text-center">
114114
<p className="mb-0 text-[30px] font-bold text-[#2196f3]">{title}</p>

0 commit comments

Comments
 (0)