Skip to content

Commit 610af4f

Browse files
committed
fix linter
1 parent b0e2e2a commit 610af4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/site/content/content-example/tabbed-component

packages/site/content/content-example/tabbed-component/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can place an icon inside the Button in either the leading or the trailing po
130130

131131
```jsx live
132132
<>
133-
<img src="/images/avatar-mona.png" />
133+
<img src="/images/avatar-mona.png" alt="Mona lisa" />
134134
<Avatar src="/images/avatar-mona.png" />
135135
</>
136136
```

0 commit comments

Comments
 (0)