add request free trial text to upgrade modal

This commit is contained in:
Gregor Vostrak
2024-12-17 17:03:54 +01:00
parent 2f1056dddb
commit 03550a0ca6

View File

@@ -28,9 +28,22 @@ const show = defineModel('show', { default: false });
<p class="py-1">
<slot></slot>
</p>
<p class="py-1">
<p class="py-1 text-sm">
If you want to use this feature,
<strong>please upgrade to a paid plan</strong>.
<strong class="font-semibold text-text-primary"
>please upgrade to a paid plan</strong
>
or
<strong class="font-semibold text-text-primary"
>request a free trial</strong
>
via
<a
class="text-accent-200/80 transition text-accent-300"
href="mailto:hello@solidtime.io"
>hello@solidtime.io</a
>
to try out this feature.
</p>
<Link