From 63bd369f8c0ba38c4fdcc4b4732d70618b788e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=AC=ED=9D=AC?= Date: Thu, 9 Jan 2025 14:59:14 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20WV-29=20rafactor=20:?= =?UTF-8?q?=20scoreboard=2012=ED=9A=8C=EC=B0=A8=EA=B9=8C=EC=A7=80=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/game/boxscore/score-board.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/game/boxscore/score-board.tsx b/components/game/boxscore/score-board.tsx index 7603d18..e534038 100644 --- a/components/game/boxscore/score-board.tsx +++ b/components/game/boxscore/score-board.tsx @@ -3,7 +3,7 @@ type ScoreBoardProps = { }; const ScoreBoard = ({ scoreboard }: ScoreBoardProps) => { - const headers = Array.from({ length: 15 }, (_, i) => (i + 1).toString()); + const headers = Array.from({ length: 12 }, (_, i) => (i + 1).toString()); const summaryHeaders = ["R", "H", "E", "B"]; const ScoreBoardSkeleton = () => { @@ -31,7 +31,7 @@ const ScoreBoard = ({ scoreboard }: ScoreBoardProps) => { {headers.map((header) => ( {header} @@ -39,7 +39,7 @@ const ScoreBoard = ({ scoreboard }: ScoreBoardProps) => { {summaryHeaders.map((header) => ( {header} From 2154cfbf6a9b148a20d762524ff1d25753f25b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=AC=ED=9D=AC?= Date: Thu, 9 Jan 2025 14:59:34 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20WV-29=20rafactor=20:?= =?UTF-8?q?=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/game/boxscore/boxscore-info.tsx | 2 +- components/game/boxscore/team-score.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/game/boxscore/boxscore-info.tsx b/components/game/boxscore/boxscore-info.tsx index 0208413..a5fc500 100644 --- a/components/game/boxscore/boxscore-info.tsx +++ b/components/game/boxscore/boxscore-info.tsx @@ -62,7 +62,7 @@ const BoxscoreInfo = ({ onClick={() => handleClick("next")} /> -
+
{ return ( -
+

{props.homeGround ? "Home" : "Away"}