From 0cef663bf18be7ce2635457fe110521b7fd90c92 Mon Sep 17 00:00:00 2001 From: LeeCh0129 Date: Mon, 23 Jun 2025 11:21:31 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20=EB=82=B4?= =?UTF-8?q?=20=EB=8C=80=EC=8B=9C=EB=B3=B4=EB=93=9C=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20mt=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/mydashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/mydashboard/page.tsx b/src/app/mydashboard/page.tsx index 7dec0c9..5ce452f 100644 --- a/src/app/mydashboard/page.tsx +++ b/src/app/mydashboard/page.tsx @@ -18,7 +18,7 @@ export default function MyDashboardPage() {
{/* 페이지 콘텐츠 */} -
+
{/* 초대받은 대시보드 섹션 */} From a730f789b3635fe806984957159578c8e9b7f872 Mon Sep 17 00:00:00 2001 From: LeeCh0129 Date: Mon, 23 Jun 2025 11:23:57 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20a=E3=85=8F?= =?UTF-8?q?=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80=20mt=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/mypage/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/mypage/layout.tsx b/src/app/mypage/layout.tsx index 7ba9382..e048527 100644 --- a/src/app/mypage/layout.tsx +++ b/src/app/mypage/layout.tsx @@ -11,9 +11,9 @@ export default function MypageLayout({ <> {/* Sidebar의 반응형이 적용 될 경우 변경 예정 */} -
+
-
{children}
+
{children}
)