diff --git a/Gathering_fe/src/components/ApplyModal.tsx b/Gathering_fe/src/components/ApplyModal.tsx index e3fdc57..9817a95 100644 --- a/Gathering_fe/src/components/ApplyModal.tsx +++ b/Gathering_fe/src/components/ApplyModal.tsx @@ -37,7 +37,6 @@ const ApplyModal: React.FC = () => { const dummySetSelectedStack = (value: string[]) => {}; const handleChangeIntroduction = (e: React.ChangeEvent) => { - console.log(applyInfo); setApplyInfo({ ...applyInfo, message: e.target.value diff --git a/Gathering_fe/src/components/BannerCarousel.tsx b/Gathering_fe/src/components/BannerCarousel.tsx index f09ad57..4ca9eaa 100644 --- a/Gathering_fe/src/components/BannerCarousel.tsx +++ b/Gathering_fe/src/components/BannerCarousel.tsx @@ -57,7 +57,7 @@ const EmblaCarouselComponent: React.FC = ({ options, slides {/* Navigation Arrows */} {/* {isLoggedIn && } */} {isLoggedIn ? ( diff --git a/Gathering_fe/src/components/Layout.tsx b/Gathering_fe/src/components/Layout.tsx index 7708cb6..d0c552b 100644 --- a/Gathering_fe/src/components/Layout.tsx +++ b/Gathering_fe/src/components/Layout.tsx @@ -24,13 +24,14 @@ const Layout: React.FC = () => { return (
- {!shouldHideHeader ?
:
} + {!shouldHideHeader ?
:
}
-
+
diff --git a/Gathering_fe/src/components/PostItem.tsx b/Gathering_fe/src/components/PostItem.tsx index 54b6a00..44c318a 100644 --- a/Gathering_fe/src/components/PostItem.tsx +++ b/Gathering_fe/src/components/PostItem.tsx @@ -47,7 +47,6 @@ const PostItem: React.FC< e.stopPropagation(); if (closed || !projectId) { - console.log(authorNickname, '그리고', myProfile.nickname); showToast('마감된 모집 공고입니다.', false); return; } @@ -81,7 +80,7 @@ const PostItem: React.FC< showToast('마감된 모집 공고입니다.', false); } }} - className="relative cursor-pointer select-none w-[380px] will-change-transform" + className="relative cursor-pointer select-none w-full sm:w-80 md:w-96 lg:w-[380px] xl:w-[380px] max-w-full mx-auto will-change-transform" initial={{ opacity: 0, y: 10 }} animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: -10 }} @@ -89,7 +88,8 @@ const PostItem: React.FC< whileHover={{ scale: 1.03 }} >
{applyStatus ? (
) : (