update: checkout button text
This commit is contained in:
parent
d01d435565
commit
b6bc7e8a52
|
|
@ -239,7 +239,7 @@
|
|||
<p class="text-base font-semibold text-white mb-1">Payment confirmed</p>
|
||||
<p class="text-sm text-gray-400 mb-5">Your <%= invPlanLabel %> plan is now active.</p>
|
||||
<div class="flex items-center justify-center gap-3">
|
||||
<a href="/dashboard/settings" class="btn-primary px-5 py-2 text-sm">Back to settings</a>
|
||||
<a href="/dashboard/settings" class="btn-primary px-5 py-2 text-sm">settings</a>
|
||||
<a href="/dashboard/checkout/<%= inv.id %>/receipt" target="_blank" class="btn-secondary px-5 py-2 text-sm">Receipt</a>
|
||||
</div>
|
||||
<% if (inv.address) { %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue