diff --git a/src/page/Board/BoardMain.jsx b/src/page/Board/BoardMain.jsx index 2e2bad9d..83299e30 100644 --- a/src/page/Board/BoardMain.jsx +++ b/src/page/Board/BoardMain.jsx @@ -18,8 +18,8 @@ const Board = () => { return ( <> -
-
+
+
diff --git a/src/page/Board/BoardView.jsx b/src/page/Board/BoardView.jsx index ba933793..878c9948 100644 --- a/src/page/Board/BoardView.jsx +++ b/src/page/Board/BoardView.jsx @@ -63,10 +63,10 @@ const BoardView = (props) => {
) : ( -
+
-
+
{board?.id && prevBoard.id !== board.id ? ( diff --git a/src/page/Board/BoardWrite.jsx b/src/page/Board/BoardWrite.jsx index 5098cc68..82c77f69 100644 --- a/src/page/Board/BoardWrite.jsx +++ b/src/page/Board/BoardWrite.jsx @@ -10,8 +10,8 @@ const BoardWrite = () => { const redirectData = useLocation(); return ( -
-
+
+
diff --git a/src/page/Board/Components/Gallary.jsx b/src/page/Board/Components/Gallary.jsx index 73ac5739..37f30a31 100644 --- a/src/page/Board/Components/Gallary.jsx +++ b/src/page/Board/Components/Gallary.jsx @@ -23,7 +23,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => { const [thumbnails, setThumbnails] = []; useEffect(() => {}, []); return ( -
+
{notices.length != 0 ? (
@@ -78,7 +78,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => { )}
{isNewPost(board.registerTime) ? ( - + N ) : ( @@ -87,7 +87,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => {
-
+

{board.title}

@@ -179,7 +179,7 @@ const Gallary = ({ notices, boards, linkHandler, state }) => { )}
{isNewPost(board.registerTime) ? ( - + N ) : ( diff --git a/src/page/Board/Components/Info.jsx b/src/page/Board/Components/Info.jsx index e07aaa10..384e419e 100644 --- a/src/page/Board/Components/Info.jsx +++ b/src/page/Board/Components/Info.jsx @@ -15,7 +15,6 @@ const Info = ({ isWrite, state }) => { useEffect(() => {}, [categoryId]); - return (
@@ -39,7 +38,7 @@ const Info = ({ isWrite, state }) => { )}
- {props.isWrite ? ( + {isWrite ? ( '' ) : (
- n + + N ) : ( '' @@ -189,8 +189,8 @@ const Table = ({ '' )} {isNewPost(board.registerTime) ? ( - - n + + N ) : ( ''