Simplify destination helper copy on the link detail page.
Deploy Ladill Link / deploy (push) Successful in 2m26s

This commit is contained in:
isaacclad
2026-07-16 20:16:27 +00:00
parent efe7d43f4a
commit 32a174c826
+1 -1
View File
@@ -15,7 +15,7 @@
<x-copy-button :text="$link->publicUrl()" label="Copy" class="text-xs font-medium text-slate-500 hover:text-emerald-700" /> <x-copy-button :text="$link->publicUrl()" label="Copy" class="text-xs font-medium text-slate-500 hover:text-emerald-700" />
</div> </div>
<p class="mt-2 max-w-xl text-sm text-slate-500"> <p class="mt-2 max-w-xl text-sm text-slate-500">
Your short link never changes. Update the destination anytime the next click goes to the new URL. You can change the destination anytime.
</p> </p>
</div> </div>
@if ($link->is_managed_here) @if ($link->is_managed_here)