This commit is contained in:
Alex Turchyn
2023-09-03 20:44:54 +03:00
parent 3d13d28e05
commit 0cc53066eb
7 changed files with 25 additions and 6 deletions
+9 -1
View File
@@ -62,7 +62,10 @@
</span>
</a>
</div>
<div class="text-center mt-4">
<div
v-if="attribution"
class="text-center mt-4"
>
{{ t('signed_with') }}
<a
href="https://www.docuseal.co"
@@ -97,6 +100,11 @@ export default {
required: false,
default: false
},
attribution: {
type: Boolean,
required: false,
default: true
},
withConfetti: {
type: Boolean,
required: false,