Skip to content

Commit

Permalink
Update cards.md (#456)
Browse files Browse the repository at this point in the history
Fix incorrect icon in example
  • Loading branch information
icannotfly authored Sep 22, 2024
1 parent de9f9b3 commit cabdb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/docs/guide/shortcodes/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ linkTitle: Cards
```
{{</* cards */>}}
{{</* card link="../callout" title="Callout" icon="warning" */>}}
{{</* card link="../callout" title="Card with tag" icon="warning" tag= "A custom tag" */>}}
{{</* card link="../callout" title="Card with tag" icon="tag" tag= "A custom tag" */>}}
{{</* card link="/" title="No Icon" */>}}
{{</* /cards */>}}
```
Expand Down

0 comments on commit cabdb42

Please sign in to comment.