Skip to content

Commit

Permalink
Fix footer link. ref #20
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 16, 2023
1 parent d51ccdb commit 7db110c
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 @@ -2,10 +2,10 @@
<v-footer class="bg-grey-lighten-1" style="max-height: 20%">
<v-row>
<v-col cols="12" md="6" align="center">
Open Prices is an <a href="https://world.openfoodfacts.org/" target="_blank">Open Food Facts</a> project.
Open Prices is an <a href="https://world.openfoodfacts.org" target="_blank">Open Food Facts</a> project.
</v-col>
<v-col cols="12" md="6" align="center">
<v-btn class="mx-2" variant="text" href="https://prices.openfoodfacts.com" target="_blank">About</v-btn>
<v-btn class="mx-2" variant="text" href="https://prices.openfoodfacts.org" target="_blank">About</v-btn>
<v-btn class="mx-2" variant="text" href="https://github.com/openfoodfacts/open-prices-frontend" target="_blank">Github</v-btn>
</v-col>
</v-row>
Expand Down
2 changes: 1 addition & 1 deletion src/views/AddPriceSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<v-row>
<v-col>
<v-btn type="submit" class="mt-2" :loading="loading" :disabled="!formFilled">🚀 Create</v-btn>
<v-btn type="submit" class="mt-2" :loading="loading" :disabled="!formFilled">Create</v-btn>
</v-col>
</v-row>
</v-container>
Expand Down

0 comments on commit 7db110c

Please sign in to comment.