2019-08-20 04:05:58 +00:00
|
|
|
<template>
|
2020-09-01 22:04:43 +00:00
|
|
|
<footer class="p-4 text-center">
|
2019-11-08 20:34:06 +00:00
|
|
|
<small>
|
|
|
|
{{ $t('platforms.donateMessage') }}
|
2019-11-14 21:10:10 +00:00
|
|
|
<a href="https://www.paypal.me/RomanCervantes/5" target="_blank">
|
2019-11-08 20:34:06 +00:00
|
|
|
{{ $t('platforms.donating') }}
|
|
|
|
</a>
|
|
|
|
,
|
2019-11-14 21:10:10 +00:00
|
|
|
<a href="https://github.com/romancm/gamebrary/issues" target="_blank">
|
2019-11-08 20:34:06 +00:00
|
|
|
{{ $t('platforms.reportBugs') }}
|
|
|
|
</a>
|
|
|
|
{{ $t('global.or') }}
|
2019-11-14 21:10:10 +00:00
|
|
|
<a href="https://goo.gl/forms/r0juBCsZaUtJ03qb2" target="_blank">
|
2019-11-08 20:34:06 +00:00
|
|
|
{{ $t('platforms.submitFeedback') }}
|
|
|
|
</a>
|
|
|
|
.
|
|
|
|
</small>
|
|
|
|
</footer>
|
2019-08-20 04:05:58 +00:00
|
|
|
</template>
|