Skip to content

Commit

Permalink
fix: Avatars in MetaBar story
Browse files Browse the repository at this point in the history
  • Loading branch information
canerakdas committed Nov 2, 2024
1 parent 9365d1d commit 667cfda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/site/components/Containers/MetaBar/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export const Default: Story = {
'components.metabar.readingTime': '15 minutes',
'components.metabar.addedIn': 'v1.0.0',
'components.metabar.author': 'The Node.js Project',
'components.metabar.authors': <WithAvatarGroup names={names} limit={6} />,
'components.metabar.authors': (
<WithAvatarGroup usernames={names} limit={6} />
),
'components.metabar.contribute': (
<>
<GitHub className="fill-neutral-700 dark:fill-neutral-100" />
Expand Down

0 comments on commit 667cfda

Please sign in to comment.