Skip to content

Commit cab1f7b

Browse files
authored
docs(SimpleGrid): Avatar fix img alt text (#9124)
1 parent df8a926 commit cab1f7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/content/components/simple-grid.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ VKUI (например, [`Header`](/components/group#header) и [`SimpleCell`](/
7272
```jsx
7373
<Group mode="card" header={<Header size="s">Друзья</Header>}>
7474
<SimpleGrid gap="m" columns={2} margin="auto">
75-
<Avatar size={48} src="#" initials="ДС" gradientColor="orange" />
76-
<Avatar size={48} src="#" initials="ИМ" gradientColor="yellow" />
77-
<Avatar size={48} src="#" initials="ВЖ" gradientColor="violet" />
78-
<Avatar size={48} src="#" initials="ЭМ" gradientColor="green" />
75+
<Avatar size={48} initials="ДС" gradientColor="orange" />
76+
<Avatar size={48} initials="ИМ" gradientColor="yellow" />
77+
<Avatar size={48} initials="ВЖ" gradientColor="violet" />
78+
<Avatar size={48} initials="ЭМ" gradientColor="green" />
7979
</SimpleGrid>
8080
</Group>
8181
```

0 commit comments

Comments
 (0)