Skip to content

Commit

Permalink
refactor(Price tags): add icons next to Error & Unreadable actions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Dec 30, 2024
1 parent 0882a34 commit 252c74b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ContributionAssistantPriceFormCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
<v-btn
color="error"
variant="outlined"
prepend-icon="mdi-crop"
@click="removePriceTag(3)"
>
{{ $t('Common.Error') }}
</v-btn>
<v-btn
color="warning"
variant="outlined"
prepend-icon="mdi-eye-off-outline"
@click="removePriceTag(2)"
>
{{ $t('Common.Unreadable') }}
Expand Down

0 comments on commit 252c74b

Please sign in to comment.