Skip to content

Commit

Permalink
text -> label
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 21, 2024
1 parent 0d8937c commit 189605a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/action-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import IconTrash from '~icons/ph/trash-bold'
import SActionList, { type ActionList } from 'sefirot/components/SActionList.vue'

const list: ActionList = [
{ leadIcon: IconActivity, text: 'Show activity' },
{ leadIcon: IconEye, text: 'Preview' },
{ leadIcon: IconTrash, text: 'Delete item' }
{ leadIcon: IconActivity, label: 'Show activity' },
{ leadIcon: IconEye, label: 'Preview' },
{ leadIcon: IconTrash, label: 'Delete item' }
]
</script>

Expand Down

0 comments on commit 189605a

Please sign in to comment.