Skip to content

Commit

Permalink
add request free trial text to upgrade modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Dec 17, 2024
1 parent 2f1056d commit 03550a0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions resources/js/Components/Common/UpgradeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]"
>[email protected]</a
>
to try out this feature.
</p>

<Link
Expand Down

0 comments on commit 03550a0

Please sign in to comment.