diff --git a/src/components/gathering/editor/GatheringEditor.tsx b/src/components/gathering/editor/GatheringEditor.tsx index f20ae0be..c118384f 100644 --- a/src/components/gathering/editor/GatheringEditor.tsx +++ b/src/components/gathering/editor/GatheringEditor.tsx @@ -1,4 +1,6 @@ +import Breadcrumbs from "@/components/common/Breadcrumb"; import GatheringEditorCategoryContainer from "@/containers/gathering/editor/GatheringEditorCategoryContainer"; +import GatheringEditorChattingLinkContainer from "@/containers/gathering/editor/GatheringEditorChattingLinkContainer"; import GatheringEditorContentContainer from "@/containers/gathering/editor/GatheringEditorContentContainer"; import GatheringEditorDeadlineContainer from "@/containers/gathering/editor/GatheringEditorDeadlineContainer"; import GatheringEditorHashTagContainer from "@/containers/gathering/editor/GatheringEditorHashTagContainer"; @@ -7,12 +9,10 @@ import GatheringEditorPeriodContainer from "@/containers/gathering/editor/Gather import GatheringEditorPlaceContainer from "@/containers/gathering/editor/GatheringEditorPlaceContainer"; import GatheringEditorTitleContainer from "@/containers/gathering/editor/GatheringEditorTitleContainer"; import Image from "next/image"; -import Link from "next/link"; import "react-date-range/dist/styles.css"; import "react-date-range/dist/theme/default.css"; import { useFormContext } from "react-hook-form"; import GatheringEditorTimeContainer from "./GatheringEditorTimeContainer"; -import Breadcrumbs from "@/components/common/Breadcrumb"; interface IGatheringEditorEditProps { isEdit: true; @@ -52,16 +52,21 @@ const GatheringEditor = (props: IGatheringEditorProps) => {

- - - - - - +
+ + + + + + +
+
diff --git a/src/components/gathering/editor/GatheringEditorHashTag.tsx b/src/components/gathering/editor/GatheringEditorHashTag.tsx index 949dbc4e..8d9ba599 100644 --- a/src/components/gathering/editor/GatheringEditorHashTag.tsx +++ b/src/components/gathering/editor/GatheringEditorHashTag.tsx @@ -14,8 +14,8 @@ const GatheringEditorHashTag = ({ }: IGatheringEditorHashTag) => { return (
-
-
+
+
해시태그
diff --git a/src/components/gathering/editor/GatheringEditorParticipantsFilter.tsx b/src/components/gathering/editor/GatheringEditorParticipantsFilter.tsx index 3bd9f797..a8739d90 100644 --- a/src/components/gathering/editor/GatheringEditorParticipantsFilter.tsx +++ b/src/components/gathering/editor/GatheringEditorParticipantsFilter.tsx @@ -13,41 +13,45 @@ const GatheringEditorParticipantsFilter = ({ const formContext = useFormContext(); return ( -
+
diff --git a/src/components/gathering/editor/GatheringEditorPlace.tsx b/src/components/gathering/editor/GatheringEditorPlace.tsx index 4eb02785..21f65d99 100644 --- a/src/components/gathering/editor/GatheringEditorPlace.tsx +++ b/src/components/gathering/editor/GatheringEditorPlace.tsx @@ -11,22 +11,22 @@ const GatheringEditorPlace = ({modalState}: IGatheringEditorPlace) => { return (
- 장소 + 장소 *