Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit e125892

Browse files
committed
add alt attribute
1 parent a97e267 commit e125892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/cover-image.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function CoverImage({title, coverImage, slug}) {
99
className={cn('shadow-small', {
1010
'hover:shadow-medium transition-shadow duration-200': slug
1111
})}
12+
alt={title}
1213
/>
1314
)
1415
return (

0 commit comments

Comments
 (0)