Skip to content

Commit 7c8758e

Browse files
Update showcase/app/templates/components/card.hbs
Co-authored-by: Dylan Hyun <dylan.hyun@hashicorp.com>
1 parent 9e49e13 commit 7c8758e

File tree

1 file changed

+1
-1
lines changed
  • showcase/app/templates/components

1 file changed

+1
-1
lines changed

Diff for: showcase/app/templates/components/card.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<SG.Item @label="Card using list item tag">
108108
<ul class="shw-component-card-list">
109109
<Hds::Card::Container @level="mid" @hasBorder={{true}} @tag="li">
110-
<Shw::Placeholder @text="div" @width="200" @height="200" @background="transparent" />
110+
<Shw::Placeholder @text="li" @width="200" @height="200" @background="transparent" />
111111
</Hds::Card::Container>
112112
</ul>
113113
</SG.Item>

0 commit comments

Comments
 (0)