Skip to content

Commit

Permalink
refactor(Footer): change source button style. add link. ref #503
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Apr 3, 2024
1 parent e42aeba commit fb42d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</template>
</i18n-t>
<br />
<v-chip v-for="source in sourceList" class="mr-1" label size="small" density="comfortable" :prepend-icon="source.icon">
<v-btn v-for="source in sourceList" class="mr-1" size="x-small" rounded="xl" active :prepend-icon="source.icon" :href="source.url" target="_blank">
{{ source.label }}
<v-tooltip activator="parent" open-on-click location="top">{{ source.name }}</v-tooltip>
</v-chip>
</v-btn>
</v-col>
<v-col cols="12" md="6" align="center">
<v-btn class="mx-2" variant="text" href="https://prices.openfoodfacts.org" target="_blank">{{ $t('Footer.About') }}</v-btn>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"No": "No",
"Food": "Food",
"PetFood": "Pet food",
"Beauty": "Personal care",
"Beauty": "Beauty",
"Products": "Products"
},
"ChangeCurrencyDialog": {
Expand Down

0 comments on commit fb42d7e

Please sign in to comment.