|
|
|
@ -11,6 +11,15 @@
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<div class="space-y-3 mt-5">
|
|
|
|
<div class="space-y-3 mt-5">
|
|
|
|
|
|
|
|
<a
|
|
|
|
|
|
|
|
v-if="completedButton.url"
|
|
|
|
|
|
|
|
:href="completedButton.url"
|
|
|
|
|
|
|
|
class="white-button flex items-center w-full"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
{{ completedButton.title || 'Back to Website' }}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
v-if="canSendEmail && !isDemo"
|
|
|
|
v-if="canSendEmail && !isDemo"
|
|
|
|
class="white-button !h-auto flex items-center space-x-1 w-full"
|
|
|
|
class="white-button !h-auto flex items-center space-x-1 w-full"
|
|
|
|
@ -52,15 +61,6 @@
|
|
|
|
Star on Github
|
|
|
|
Star on Github
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a
|
|
|
|
|
|
|
|
v-if="completedButton.url"
|
|
|
|
|
|
|
|
:href="completedButton.url"
|
|
|
|
|
|
|
|
class="white-button flex items-center space-x-1 w-full"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
{{ completedButton.title || 'Back to Website' }}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a
|
|
|
|
<a
|
|
|
|
v-if="isDemo"
|
|
|
|
v-if="isDemo"
|
|
|
|
href="https://docuseal.co/sign_up"
|
|
|
|
href="https://docuseal.co/sign_up"
|
|
|
|
|