We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbc3ff commit 41e2550Copy full SHA for 41e2550
client/src/components/EmoteUnlockView.tsx
@@ -55,7 +55,7 @@ const EmoteUnlockView = () => {
55
className="w-48 h-48 object-contain mx-auto mb-4"
56
/>
57
58
- <p>
+ <p style={{ whiteSpace: "pre-line" }}>
59
{emoteDescription ||
60
localStorage.getItem("emoteDescription") ||
61
"Question/Description: Enter the correct answer to unlock this emote!"}
0 commit comments