Skip to content

Commit

Permalink
Add an appropriate icon
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 2, 2023
1 parent e8f0d8f commit 7b94d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/blueprints/RegularField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<svg-icon name="light/earth" class="h-4 w-4" />
</button>
<button @click.prevent="$emit('duplicate')" class="text-gray-600 hover:text-gray-950 flex items-center mr-2">
Duplicate
<svg-icon name="light/duplicate" class="h-4 w-4" />
</button>
<button @click.prevent="$emit('deleted')" class="text-gray-600 hover:text-gray-950 flex items-center">
<svg-icon name="micro/trash" class="h-4 w-4" />
Expand Down
1 change: 1 addition & 0 deletions resources/svg/icons/light/duplicate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b94d2c

Please sign in to comment.