fix: typo

This commit is contained in:
nate 2026-03-25 22:50:31 +04:00
parent b6bc7e8a52
commit 343248c79f
1 changed files with 1 additions and 1 deletions

View File

@ -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">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) { %>