From 3cd2d985b8eac8cd0240141a25fb2bc240dd762b Mon Sep 17 00:00:00 2001 From: hojin Date: Tue, 28 May 2024 16:58:28 +0900 Subject: [PATCH] =?UTF-8?q?fix=20=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/community/shared/CommunityHeader.tsx | 6 +++--- src/components/community/shared/WritePostTitle.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/community/shared/CommunityHeader.tsx b/src/components/community/shared/CommunityHeader.tsx index 75b24f8..665e4ad 100644 --- a/src/components/community/shared/CommunityHeader.tsx +++ b/src/components/community/shared/CommunityHeader.tsx @@ -4,16 +4,16 @@ import React from 'react'; const CommunityHeader = () => { const { currentTalk, setCurentTalk } = useCurrentTalkStore(); return ( -
+
setCurentTalk('career')}> 커리어톡
setCurentTalk('interest')}> diff --git a/src/components/community/shared/WritePostTitle.tsx b/src/components/community/shared/WritePostTitle.tsx index d7f3929..050448b 100644 --- a/src/components/community/shared/WritePostTitle.tsx +++ b/src/components/community/shared/WritePostTitle.tsx @@ -21,8 +21,8 @@ const WritePostTitle = ({ postData, setPostData }: WritePostTitleType) => { }, [debouncedTitle, setPostData]); return ( -
-
제목
+
+
제목