diff --git a/packages/frontend/src/components/gamePage/leftSection/MainDisplay.tsx b/packages/frontend/src/components/gamePage/leftSection/MainDisplay.tsx index 9acd60f2..92d0fdb1 100644 --- a/packages/frontend/src/components/gamePage/leftSection/MainDisplay.tsx +++ b/packages/frontend/src/components/gamePage/leftSection/MainDisplay.tsx @@ -100,7 +100,7 @@ export default function MainDisplay() { height="h-full" /> -
+
πŸ“’ {currentSpeaker}
@@ -137,13 +137,13 @@ export default function MainDisplay() { {gamePhase === GAME_PHASE.SPEAKING && (
- endSpeaking(userId!)} /> + endSpeaking(userId!)} />
)} {gamePhase === GAME_PHASE.VOTING && (
- +
)} diff --git a/packages/frontend/src/components/gamePage/leftSection/WordDisplay.tsx b/packages/frontend/src/components/gamePage/leftSection/WordDisplay.tsx index e1acc9b9..c48570ad 100644 --- a/packages/frontend/src/components/gamePage/leftSection/WordDisplay.tsx +++ b/packages/frontend/src/components/gamePage/leftSection/WordDisplay.tsx @@ -25,7 +25,7 @@ export default function WordDisplay({ if (!isVisible) return null; - const displayText = isPinoco ? `ν…Œλ§ˆ: ${theme}` : `μ œμ‹œμ–΄: ${currentWord}`; + const displayText = isPinoco ? `🎨 ν…Œλ§ˆ: ${theme}` : `πŸ’­ μ œμ‹œμ–΄: ${currentWord}`; return ( - -