Skip to content

Commit

Permalink
fix(documentation): Choice-card snapshot doesn't display icons (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq authored Nov 6, 2023
1 parent 414ce4a commit 6735edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ChoiceCard: StoryObj = {
${bombedArgs.map(
args =>
html`
<div class="col-sm-6">${choiceCardDefault(args)}</div>
<div class="col-sm-6">${choiceCardDefault({ ...args, icon: 1000 })}</div>
`,
)}
</div>
Expand Down

0 comments on commit 6735edf

Please sign in to comment.