Skip to content

Commit

Permalink
use marigold image
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jul 18, 2023
1 parent 9d450a6 commit a63a031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/components/aspect/golden-aspect.demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Aspect, Image } from '@marigold/components';

export default () => (
<Aspect ratio="golden">
<img
<Image
src="https://images.unsplash.com/photo-1603910234616-3b5f4a6be2b4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
alt="event_image"
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/components/aspect/ratio-square.demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Aspect, Image } from '@marigold/components';

export default () => (
<Aspect maxWidth="25vw">
<img
<Image
src="https://images.unsplash.com/photo-1603910234616-3b5f4a6be2b4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
alt="event_image"
/>
Expand Down

0 comments on commit a63a031

Please sign in to comment.