Skip to content

Commit ae9fc64

Browse files
chore(a11y): remove redundant alt text from component icon (ant-design#56510)
Co-authored-by: afc163 <afc163@gmail.com>
1 parent 8ac5c5f commit ae9fc64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .dumi/theme/builtins/ComponentOverview

.dumi/theme/builtins/ComponentOverview/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const Overview: React.FC = () => {
227227
src={
228228
isDark && component.coverDark ? component.coverDark : component.cover
229229
}
230-
alt={component.title}
230+
alt=""
231231
/>
232232
</div>
233233
</Card>

0 commit comments

Comments
 (0)