diff --git a/frontend/src/board/board.tsx b/frontend/src/board/board.tsx index 4fb356cf8bd77323c64438a135bc26435122099a..aa4fd05b552d2d428ab02de372eb974d2d44b6d7 100644 --- a/frontend/src/board/board.tsx +++ b/frontend/src/board/board.tsx @@ -63,15 +63,17 @@ export default function BoardPage() { }; return ( -
-
-
자유 게시판
-
- 여행지 후기를 남겨주세요! +
+
+
+ 자유 게시판
+ {/*
+ 여행지 후기를 남겨주세요! +
*/}
-
+
diff --git a/frontend/src/post/intopost.tsx b/frontend/src/post/intopost.tsx index 2a7c853e86e3e1c601d747688e5d76f5ae8b10bb..7c0a1e92b5985904238b3fbbdcce298234f0578a 100644 --- a/frontend/src/post/intopost.tsx +++ b/frontend/src/post/intopost.tsx @@ -42,42 +42,49 @@ export function IntoPost() { }; return ( -
+
+
+ [{post.city}] / [{post.theme}] Travel Report +
-
-
+
{posts?.title}
- -
-
+
+
작성자: {posts?.user.name}
-
+
작성일 : {posts?.date.slice(0, 10)}
-
{posts?.city}
-
{posts?.theme}
-
+
+ {" "} + {posts?.city} +
+
+ {" "} + {posts?.theme} +
+
조회수 : {posts?.counts}
-
{posts?.file?.map((file, i) => ( +
+
+ 당신의 여행을 알려주세요! +
-
+
글쓰기