Remove source-app and dynamic-destination badges from link detail.
Deploy Ladill Link / deploy (push) Has been cancelled
Deploy Ladill Link / deploy (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user