Skip to content

Commit 80b14d7

Browse files
asynclizcopybara-github
authored andcommitted
docs: fix type="link" list item example
PiperOrigin-RevId: 616924455
1 parent 8f7cb4c commit 80b14d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dirname: list
1010

1111
<!--*
1212
# Document freshness: For more information, see go/fresh-source.
13-
freshness: { owner: 'emarquez' reviewed: '2023-08-09' }
13+
freshness: { owner: 'emarquez' reviewed: '2024-03-18' }
1414
tag: 'docType:reference'
1515
*-->
1616

@@ -85,7 +85,7 @@ header which is on two lines.](images/list/usage.webp)
8585
<div slot="supporting-text">Cucumbers are long green fruits that are just as long as this multi-line description</div>
8686
</md-list-item>
8787
<md-list-item
88-
interactive
88+
type="link"
8989
href="https://google.com/search?q=buy+kiwis&tbm=shop"
9090
target="_blank">
9191
<div slot="headline">Shop for Kiwis</div>

0 commit comments

Comments
 (0)