Skip to content

Commit

Permalink
docs(Gallery): use placebear
Browse files Browse the repository at this point in the history
- Fixes #5200
  • Loading branch information
actions-user committed Jun 8, 2023
1 parent a700ad8 commit 9f91c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/Gallery/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const [showArrows, setShowArrows] = useState(true);
<Group header={<Header mode="secondary">Sticks right</Header>}>
<Gallery slideWidth="90%" bullets="dark">
<div style={{ backgroundColor: 'var(--vkui--color_background_negative)' }} />
<img src="https://picsum.photos/1024/640" style={{ display: 'block' }} />
<img src="https://placebear.com/1024/640" style={{ display: 'block' }} />
<div style={{ backgroundColor: 'var(--vkui--color_background_accent)' }} />
</Gallery>
</Group>
Expand Down

0 comments on commit 9f91c18

Please sign in to comment.