Skip to content

Commit

Permalink
minor spacing adjustments, new FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-Marcelino committed Jul 28, 2021
1 parent 5865c71 commit ca706a7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/base/v-Accodion.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="v-accordion">
<div class="v-accordion mb-7">
<template
v-for="(object, index) in content"
:key="index"
Expand Down
2 changes: 1 addition & 1 deletion src/components/core/TheFooter.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-row py-3 px-5 justify-between">
<div class="flex flex-row py-5 px-5 justify-between">
<div>
{{ $t("theFooter.text") }}
<a href="utomic.media" target="blank" rel="noopener" >Utomic Media</a>
Expand Down
16 changes: 16 additions & 0 deletions src/plugins/i18n/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@ const messages = {
text: 'Visit the Github Repository',
},
},
{
key: 'Found an error?',
value: 'Please open a Ticket on GitHub providing as much informations as possible.',
link: {
target: 'https://github.com/utomic-media/share-wifi-cool/issues/new',
text: 'Create an issue',
},
},
{
key: 'A translation is wrong or missing?',
value: 'Most of the translations are autogenerated. Feel free to fix them on GitHub',
link: {
target: 'https://github.com/utomic-media/share-wifi-cool/tree/main/src/plugins/i18n',
text: 'Edit translation',
},
},
],
},
},
Expand Down

0 comments on commit ca706a7

Please sign in to comment.