impreove footer in ReadQRCodeView.vue
Deploy app frontend / app frontend (push) Successful in 2m1s

This commit is contained in:
2025-01-08 18:46:19 +02:00
parent 220649c523
commit a5b7f504f9
+3 -3
View File
@@ -27,19 +27,19 @@
class="pb-safe-or-4 bg-gray-100 dark:bg-gray-800 text-center py-4 border-t dark:border-gray-700 text-sm text-gray-700 dark:text-gray-300"
>
<p>
Нужен такой же?
<template v-if="qr_code_uri !== 'feedback'">Нужен такой же? </template>
<RouterLink
to="/create"
class="underline underline-offset-2 text-primary-600 dark:text-primary-400"
>Создайте свой QRкод</RouterLink
>.
>
</p>
<p class="mt-1">
Сделайте НаСвязи удобнее. Будем рады вашей&nbsp;<RouterLink
to="/donate"
class="underline underline-offset-2 text-primary-600 dark:text-primary-400"
>поддержке</RouterLink
>.
>
</p>
</footer>
</div>