Skip to content

Commit

Permalink
change(cards): added image for all storybook card examples
Browse files Browse the repository at this point in the history
- There will never be a listing where one card doesn't use
  an image, and we should try to expose examples that would
  mimic what is used in the real world
  • Loading branch information
ichim-david committed Jan 20, 2023
1 parent ff6cc60 commit 3f19413
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/ui/Card/Card.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,11 @@ CardGrid.args = {
},
{
title: "State of Europe's environment",
imgUrl:
'https://www.eea.europa.eu/publications/eea-eionet-strategy-2021-2030/image_mini',
description:
'Leo fermentum sollicitudin suspendisse iaculis feugiat. Eget tellus blandit aenean mattis.Leo fermentum sollicitudin suspendisse iaculis feugiat. Eget tellus blandit aenean mattis. Leo fermentum sollicitudin suspendisse iaculis feugiat. Eget tellus blandit aenean mattis.',
hasImage: false,
hasImage: true,
meta: 'Article',
metaRight: '30/07/2022',
href: '/#',
Expand Down Expand Up @@ -262,9 +264,11 @@ FluidGrid.args = {
},
{
title: "State of Europe's environment",
imgUrl:
'https://www.eea.europa.eu/publications/eea-eionet-strategy-2021-2030/image_mini',
description:
'Leo fermentum sollicitudin suspendisse iaculis feugiat. Eget tellus blandit aenean mattis.Leo fermentum sollicitudin suspendisse iaculis feugiat. Eget tellus blandit aenean mattis. Leo fermentum sollicitudin suspendisse iaculis feugiat. Eget tellus blandit aenean mattis.',
hasImage: false,
hasImage: true,
meta: 'Article',
metaRight: '30/07/2022',
href: '/#',
Expand Down

0 comments on commit 3f19413

Please sign in to comment.