Update cards.md (#456)

Fix incorrect icon in example
This commit is contained in:
icannotfly
2024-09-22 01:59:21 -07:00
committed by GitHub
parent de9f9b312e
commit cabdb421e3

View File

@ -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 */>}}
```