Skip to content

Commit 41e2550

Browse files
committed
preserve line breaks
1 parent abbc3ff commit 41e2550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/EmoteUnlockView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const EmoteUnlockView = () => {
5555
className="w-48 h-48 object-contain mx-auto mb-4"
5656
/>
5757

58-
<p>
58+
<p style={{ whiteSpace: "pre-line" }}>
5959
{emoteDescription ||
6060
localStorage.getItem("emoteDescription") ||
6161
"Question/Description: Enter the correct answer to unlock this emote!"}

0 commit comments

Comments
 (0)