Remove wallet wording from plan and upgrade action buttons.
Deploy Ladill Frontdesk / deploy (push) Successful in 2m1s

Keep descriptive copy about Ladill wallet funding, but drop wallet
from button and CTA labels on plans and upgrade screens.
This commit is contained in:
isaacclad
2026-07-16 08:45:50 +00:00
parent 4dea49fa50
commit 2629e848d1
3 changed files with 7 additions and 7 deletions
@@ -13,7 +13,7 @@
</p>
<div class="mt-4 flex flex-wrap items-center gap-3">
<a href="{{ route('frontdesk.pro.index') }}" class="btn-primary">View plans</a>
<a href="{{ route('frontdesk.wallet') }}" class="text-sm font-medium text-indigo-600 hover:text-indigo-800">Top up wallet</a>
<a href="{{ route('frontdesk.wallet') }}" class="text-sm font-medium text-indigo-600 hover:text-indigo-800">Top up</a>
</div>
</x-settings.card>
</x-settings.page>