From efe7d43f4a589b57af8bb51e19c69313106bf09d Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 20:15:52 +0000 Subject: [PATCH] Remove source-app and dynamic-destination badges from link detail. --- resources/views/links/show.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/views/links/show.blade.php b/resources/views/links/show.blade.php index ee35a26..2c3b2aa 100644 --- a/resources/views/links/show.blade.php +++ b/resources/views/links/show.blade.php @@ -5,10 +5,6 @@

{{ $link->label ?: $link->slug }}

- {{ $link->sourceAppLabel() }} - @if ($link->is_managed_here) - Dynamic destination - @endif