From 5da0ab5ccbe1b46588599221ea03f25dce2d457c Mon Sep 17 00:00:00 2001 From: pro Date: Sat, 31 Jan 2026 10:50:54 +0900 Subject: [PATCH] =?UTF-8?q?feat:=ED=97=A4=EB=8D=94=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EC=9E=90=20=EB=B1=83=EC=A7=80=20=EC=98=86=EC=97=90=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=ED=91=9C=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 데스크톱에서 사용자 아바타 뱃지 옆에 이름 표시 - 모바일에서는 기존처럼 뱃지만 표시 (공간 절약) Co-Authored-By: Claude Opus 4.5 --- resources/views/partials/header.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index a83b8600..a17c6a8c 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -114,6 +114,8 @@ class="flex items-center gap-1 lg:gap-2 p-1.5 lg:px-3 lg:py-2 text-sm font-mediu
{{ mb_strtoupper(mb_substr(auth()->user()->name ?? 'U', 0, 1)) }}
+ +