Skip to content

Commit

Permalink
chore: adjust image for quote uthor
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop committed Apr 18, 2024
1 parent 00e923e commit fdf0962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markup } from '@custom/schema';
import Portrait from '@stories/portrait.jpg?as=metadata';
import Avatar from '@stories/avatar.jpg?as=metadata';
import { Meta, StoryObj } from '@storybook/react';

import { image } from '../../../helpers/image';
Expand All @@ -14,7 +14,7 @@ export const Quote = {
role: 'test role',
author: 'Author name',
image: {
source: image({ src: Portrait.src, width: 50, height: 50 }),
source: image(Avatar),
alt: 'Portrait',
},
quote:
Expand Down
Binary file added packages/ui/static/stories/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fdf0962

Please sign in to comment.