Skip to content

Commit

Permalink
docs(VList): change icons in expansion lists example (#14471)
Browse files Browse the repository at this point in the history
  • Loading branch information
JDZeke committed Dec 9, 2021
1 parent 256fa93 commit d40367a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/examples/v-list/slot-expansion-lists.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
title: 'Education',
},
{
action: 'mdi-run',
action: 'mdi-human-male-female-child',
items: [{ title: 'List Item' }],
title: 'Family',
},
Expand All @@ -80,7 +80,7 @@
title: 'Health',
},
{
action: 'mdi-content-cut',
action: 'mdi-briefcase',
items: [{ title: 'List Item' }],
title: 'Office',
},
Expand Down

0 comments on commit d40367a

Please sign in to comment.