Skip to content

Commit

Permalink
refactor(card): update card variation grids path
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Apr 15, 2022
1 parent 3a880d7 commit 756589c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/ui/AvatarGrid/AvatarGrid.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import AvatarGrid from './AvatarGrid';
import { Container } from 'semantic-ui-react';

export default {
title: 'Components/Avatar Grid',
title: 'Components/Card/Rounded Card',
component: AvatarGrid,
argTypes: {
showTitle: {
Expand Down Expand Up @@ -44,8 +44,8 @@ const GridTemplate = (args) => (
</Container>
);

export const Default = GridTemplate.bind({});
Default.args = {
export const RoundedGrid = GridTemplate.bind({});
RoundedGrid.args = {
title: 'Amet - Lorem ipsum dolor sit amet',
showTitle: true,
avatars: [
Expand Down
2 changes: 1 addition & 1 deletion src/ui/RelatedContent/RelatedContent.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const imageUrl =
'https://www.eea.europa.eu/publications/eea-eionet-strategy-2021-2030/image_mini';

export default {
title: 'Components/Related Content',
title: 'Components/Card/Tertiary',
component: RelatedContent,
argTypes: {},
};
Expand Down

0 comments on commit 756589c

Please sign in to comment.