From 04461e57f59ecb288a9f5b3eea84d339a2ffae47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 14 Feb 2026 14:48:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EB=A9=94=EB=89=B4=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=ED=95=98=EC=9C=84=EB=A9=94=EB=89=B4=20=EC=A4=91=EB=B3=B5=20?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0,=20=EC=8B=A4=EC=A0=9C=20=EC=95=84=EC=9D=B4=EC=BD=98?= =?UTF-8?q?=EC=9D=80=20=EC=A0=84=EC=B2=B4=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- resources/views/menus/partials/table.blade.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/resources/views/menus/partials/table.blade.php b/resources/views/menus/partials/table.blade.php index 2b6b80a0..f23fde4f 100644 --- a/resources/views/menus/partials/table.blade.php +++ b/resources/views/menus/partials/table.blade.php @@ -97,14 +97,10 @@ class="toggle-btn flex items-center text-blue-500 hover:text-blue-700 focus:outl - @else - - - @endif
- @if($menu->icon && ($menu->depth ?? 0) === 0) + @if($menu->icon) @endif