적용적용
Some checks failed
deploy-on-main / deploy (push) Failing after 23s

This commit is contained in:
koreacomp5
2025-11-08 01:21:44 +09:00
parent bb71b892ca
commit 1c2222da67
9 changed files with 276 additions and 60 deletions

View File

@@ -83,7 +83,7 @@ export default async function BoardDetail({ params, searchParams }: { params: an
)}
{/* 검색/필터 툴바 + 리스트 */}
<section>
<section className="px-[0px] md:px-[30px] ">
{!isSpecialRanking && <BoardToolbar boardId={board?.slug} />}
<div className="p-0">
{isSpecialRanking ? (
@@ -133,6 +133,7 @@ export default async function BoardDetail({ params, searchParams }: { params: an
boardId={id}
sort={sort}
variant="board"
titleHoverOrange
newPostHref={`/posts/new?boardId=${id}${board?.slug ? `&boardSlug=${board.slug}` : ""}`}
/>
)}