Skip to content

Commit

Permalink
Add no image story
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Jan 20, 2024
1 parent 46562d9 commit f1449e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/link-card.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ export const Default: Story = {
args:{
linkMeta: artifactMetas[7].links[0],
},
};

export const NoImage: Story = {
args:{
linkMeta: artifactMetas[9].links[0],
},
};

0 comments on commit f1449e3

Please sign in to comment.