Skip to content

Commit

Permalink
Update docs details string
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
  • Loading branch information
marcoambrosini committed Aug 18, 2022
1 parent 17c57f6 commit 25f3551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ListItem/ListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<listItem
:title="'Title of the element'"
:bold="false"
:details="'One hour ago'"
:details="'1h'"
:counter-number="44"
counterType="highlighted">
<template #icon>
Expand Down Expand Up @@ -54,7 +54,7 @@
:title="'Title of the element'"
:bold="false"
:force-display-actions="true"
:details="'One hour ago'"
:details="'1h'"
:counter-number="44"
counterType="highlighted">
<template #icon>
Expand Down Expand Up @@ -105,7 +105,7 @@
<listItem
:title="'Title of the element'"
:bold="false"
:details="'One hour ago'">
:details="'1h'">
<template #icon>
<avatar :size="44" user="janedoe" display-name="Jane Doe" />
</template>
Expand Down

0 comments on commit 25f3551

Please sign in to comment.