Skip to content

Commit

Permalink
fix: Use x-mark instead of trashcan icon to remove project
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 25, 2024
1 parent eaa78a5 commit d2119b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/components/ProjectListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const emit = defineEmits<{
<UButton
class="justify-center items-center w-12"
color="gray"
icon="i-heroicons-trash"
icon="i-heroicons-x-mark"
title="Remove from list"
@click="emit('delete', project.id)"
/>
</UButtonGroup>
Expand Down

0 comments on commit d2119b2

Please sign in to comment.