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 19, 2022
1 parent 1a8f2f2 commit 6498fa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<NcListItem
: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 @@
<NcListItem
:title="'Title of the element'"
:bold="false"
:details="'One hour ago'">
:details="'1h'">
<template #icon>
<NcAvatar :size="44" user="janedoe" display-name="Jane Doe" />
</template>
Expand Down

0 comments on commit 6498fa1

Please sign in to comment.