mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
add request free trial text to upgrade modal
This commit is contained in:
@@ -28,9 +28,22 @@ const show = defineModel('show', { default: false });
|
|||||||
<p class="py-1">
|
<p class="py-1">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</p>
|
</p>
|
||||||
<p class="py-1">
|
<p class="py-1 text-sm">
|
||||||
If you want to use this feature,
|
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>
|
</p>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user