Skip to content

Commit

Permalink
fix: fix link in OFF button. ref #389
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Feb 28, 2024
1 parent 69f8ec6 commit b19afb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OpenFoodFactsButton.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-btn size="small" append-icon="mdi-open-in-new" :href="getOFFUrl" target="_blank">
<v-btn size="small" append-icon="mdi-open-in-new" :href="getOFFUrl()" target="_blank">
{{ getOFFName() }}
</v-btn>
</template>
Expand Down

0 comments on commit b19afb2

Please sign in to comment.