File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default function DetailRank() {
3939 ? 'bg-gray-500 bg-opacity-30'
4040 : user . teamName === 'RED'
4141 ? 'bg-red-500 bg-opacity-85'
42- : 'bg-blue-500 opacity-85'
42+ : 'bg-blue-500 bg- opacity-85'
4343 }
4444 ` }
4545 >
Original file line number Diff line number Diff line change @@ -26,14 +26,12 @@ export default function GameResult() {
2626 < >
2727 < MessageModal messages = { messages } />
2828 < div className = "w-full h-full flex flex-col justify-center items-center" >
29- < div className = "bg-white rounded-3xl shadow-2xl w-11/12 flex justify-center overflow-hidden" >
29+ < div className = "bg-white rounded-3xl shadow-2xl w-11/12 flex flex-col justify-center overflow-hidden" >
3030 < GameResultChart />
3131 < DetailRank />
3232 </ div >
3333 < div className = { 'p-4' } >
34- < button onClick = { ( ) => navigate ( '/' ) } >
35- 홈페이지로 가기
36- </ button >
34+ < button onClick = { ( ) => navigate ( '/' ) } > 홈페이지로 가기</ button >
3735 </ div >
3836 </ div >
3937 </ >
You can’t perform that action at this time.
0 commit comments