diff --git a/src/app/(crew)/layout.tsx b/src/app/(crew)/layout.tsx index 6160abb7..7b265b82 100644 --- a/src/app/(crew)/layout.tsx +++ b/src/app/(crew)/layout.tsx @@ -9,9 +9,9 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( -
+
-
+
{children}
diff --git a/src/components/common/crew-list/crew-card.tsx b/src/components/common/crew-list/crew-card.tsx index 0ff603a8..ba400938 100644 --- a/src/components/common/crew-list/crew-card.tsx +++ b/src/components/common/crew-list/crew-card.tsx @@ -70,7 +70,9 @@ export default function CrewCard({
- {`현재 ${totalGatheringCount}개의 약속이 개설되어 있습니다.`} + {inWhere === 'main-crew' + ? `현재 ${totalGatheringCount}개의 약속이 개설되어 있습니다.` + : `총 ${totalGatheringCount}개의 약속이 만들어졌어요!`}