From a646dfd09ff6adb0503c20680eaa3f6ec393c7a9 Mon Sep 17 00:00:00 2001 From: koreacomp5 Date: Wed, 5 Nov 2025 23:38:35 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=93=B1=EB=93=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/BoardPanelClient.tsx | 30 ++++++++++++------------- src/app/page.tsx | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/components/BoardPanelClient.tsx b/src/app/components/BoardPanelClient.tsx index 74f949f..f368624 100644 --- a/src/app/components/BoardPanelClient.tsx +++ b/src/app/components/BoardPanelClient.tsx @@ -100,9 +100,9 @@ export function BoardPanelClient({ if (isSpecialRank && selectedBoardData.specialRankUsers) { return (
-
+
-
{categoryName || board.name}
+
{categoryName || board.name}
@@ -112,12 +112,12 @@ export function BoardPanelClient({
-
+
{siblingBoards.map((sb) => (
-
+
@@ -187,9 +187,9 @@ export function BoardPanelClient({ if (isPreview && selectedBoardData.previewPosts) { return (
-
+
-
{categoryName || board.name}
+
{categoryName || board.name}
@@ -199,12 +199,12 @@ export function BoardPanelClient({
-
+
{siblingBoards.map((sb) => (
-
+
@@ -274,9 +274,9 @@ export function BoardPanelClient({ // 텍스트 메인 타입 또는 기본 타입 렌더링 return (
-
+
-
{categoryName || board.name}
+
{categoryName || board.name}
{/* 기본 아이콘 */} @@ -288,12 +288,12 @@ export function BoardPanelClient({
-
+
{siblingBoards.map((sb) => (
-
+
{!isTextMain && (
{board.name} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b045cc..86be0a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -315,7 +315,7 @@ export default async function Home({ searchParams }: { searchParams: Promise<{ s
{(await Promise.all(firstTwo.map((b) => prepareBoardPanelData(b)))).map((panelData, idx) => ( -
+
))} @@ -332,7 +332,7 @@ export default async function Home({ searchParams }: { searchParams: Promise<{ s
{(await Promise.all(pair.map((b) => prepareBoardPanelData(b)))).map((panelData, idx) => ( -
+
))}