add signup link into demo

pull/105/head
Alex Turchyn 2 years ago
parent 17ca8f013a
commit cba2e84338

@ -51,6 +51,16 @@
Star on Github Star on Github
</span> </span>
</a> </a>
<a
v-if="isDemo"
href="https://docuseal.co/sign_up"
class="white-button flex items-center space-x-1 w-full"
>
<IconLogin />
<span>
Create a Free Account
</span>
</a>
</div> </div>
<div class="text-center mt-4"> <div class="text-center mt-4">
Signed with Signed with
@ -64,7 +74,7 @@
</template> </template>
<script> <script>
import { IconCircleCheck, IconBrandGithub, IconMail, IconDownload, IconInnerShadowTop } from '@tabler/icons-vue' import { IconCircleCheck, IconBrandGithub, IconMail, IconDownload, IconInnerShadowTop, IconLogin } from '@tabler/icons-vue'
export default { export default {
name: 'FormCompleted', name: 'FormCompleted',
@ -73,6 +83,7 @@ export default {
IconInnerShadowTop, IconInnerShadowTop,
IconBrandGithub, IconBrandGithub,
IconMail, IconMail,
IconLogin,
IconDownload IconDownload
}, },
props: { props: {

Loading…
Cancel
Save