Skip to content

Commit

Permalink
fix(Theme): also change 'Price add link' button in menus. ref #1269
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 17, 2025
1 parent 354fb15 commit b1b01c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PriceAddLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a v-if="display === 'link'" :to="getUrl" :disabled="disabled">
{{ getText }}
</a>
<v-list-item v-else-if="display === 'list-item'" :slim="true" base-color="primary" :prepend-icon="getIcon" :to="getUrl" :disabled="disabled">
<v-list-item v-else-if="display === 'list-item'" :slim="true" :prepend-icon="getIcon" :to="getUrl" :disabled="disabled">
{{ getText }}
</v-list-item>
<v-btn
Expand Down

0 comments on commit b1b01c2

Please sign in to comment.