Use generic copy on Link overview and My Links headers.
Deploy Ladill Link / deploy (push) Has been cancelled

Drop per-link GHS pricing from page subtitles; wallet billing stays on the overview stat card.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 18:59:16 +00:00
co-authored by Cursor
parent 6f8c5da728
commit 97831fb118
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between"> <div class="flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between">
<div> <div>
<h1 class="text-2xl font-semibold text-slate-900">Overview</h1> <h1 class="text-2xl font-semibold text-slate-900">Overview</h1>
<p class="mt-1 text-sm text-slate-500">Short links on <span class="font-medium text-emerald-700">ladl.link</span> GHS {{ number_format($pricePerLink, 2) }} per link</p> <p class="mt-1 text-sm text-slate-500">Short links on <span class="font-medium text-emerald-700">ladl.link</span> billed from your Ladill wallet</p>
</div> </div>
<a href="{{ route('user.links.create') }}" <a href="{{ route('user.links.create') }}"
class="btn-primary inline-flex items-center justify-center"> class="btn-primary inline-flex items-center justify-center">
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between"> <div class="flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between">
<div> <div>
<h1 class="text-2xl font-semibold text-slate-900">My Links</h1> <h1 class="text-2xl font-semibold text-slate-900">My Links</h1>
<p class="mt-1 text-sm text-slate-500">GHS {{ number_format($pricePerLink, 2) }} debited from your wallet per link</p> <p class="mt-1 text-sm text-slate-500">Create and manage your ladl.link short URLs</p>
</div> </div>
<a href="{{ route('user.links.create') }}" <a href="{{ route('user.links.create') }}"
class="btn-primary inline-flex items-center justify-center"> class="btn-primary inline-flex items-center justify-center">