Use generic copy on Link overview and My Links headers.
Deploy Ladill Link / deploy (push) Has been cancelled
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:
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user