Remove source-app and dynamic-destination badges from link detail.
Deploy Ladill Link / deploy (push) Has been cancelled

This commit is contained in:
isaacclad
2026-07-16 20:15:52 +00:00
parent 86cac606e0
commit efe7d43f4a
-4
View File
@@ -5,10 +5,6 @@
<div>
<div class="flex flex-wrap items-center gap-2">
<h1 class="text-2xl font-semibold text-slate-900">{{ $link->label ?: $link->slug }}</h1>
<span class="rounded-full bg-slate-100 px-2 py-0.5 text-xs font-medium text-slate-600">{{ $link->sourceAppLabel() }}</span>
@if ($link->is_managed_here)
<span class="rounded-full bg-emerald-50 px-2 py-0.5 text-xs font-medium text-emerald-700">Dynamic destination</span>
@endif
</div>
<div class="mt-1 flex flex-wrap items-center gap-2">
<a href="{{ $link->publicUrl() }}" target="_blank" rel="noopener"