Skip to content

Commit

Permalink
chore: update mailviews subscribe message
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Nov 16, 2024
1 parent 05794c4 commit 829132e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions components/Mailviews.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
v-if="!subscribed"
class="mb-7 text-3xl font-bold text-white"
>Get notified when we launch Mailviews.</p>
<p
v-else
class="text-3xl font-bold text-white"
>Awesome, please check your inbox and confirm your subscription.</p>
<div v-else class="space-y-4">
<p class="text-3xl font-bold text-white">Awesome, please check your inbox and confirm your subscription.</p>
<p class="text-lg text-slate-50">Tip: check your spam/junk folder if you don't see the email.</p>
</div>
<p
v-if="!subscribed"
class="mb-7 text-lg text-slate-400"
Expand Down Expand Up @@ -76,12 +76,14 @@
</span>
<span class="mx-auto">{{ loading ? 'Subscribing...' : 'Subscribe' }}</span>
</button>
<p
v-if="subscribed"
class="text-slate-50 text-sm"
>
Awesome, please check your inbox and confirm your subscription.
</p>
<div v-if="subscribed">
<p class="text-slate-50 text-sm">
Awesome, please check your inbox and confirm your subscription.
</p>
<p class="text-slate-50 text-sm">
Tip: check your spam/junk folder if you don't see the email.
</p>
</div>
<div
v-show="hasError"
class="w-full mt-3 absolute text-sm text-rose-400"
Expand Down

0 comments on commit 829132e

Please sign in to comment.