aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/components/GolfWatchApps')
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx4
-rw-r--r--frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx4
2 files changed, 6 insertions, 2 deletions
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
index 033186c..ade565f 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx
@@ -118,7 +118,9 @@ export default function GolfWatchAppGaming1v1({
<div className="mb-2 text-center text-xl font-bold">
{problemTitle}
</div>
- <BorderedContainer>{problemDescription}</BorderedContainer>
+ <BorderedContainer>
+ <pre>{problemDescription}</pre>
+ </BorderedContainer>
</div>
</div>
<CodeBlock code={codeB} language="php" />
diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx
index b6d2ac3..f5766c0 100644
--- a/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx
+++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGamingMultiplayer.tsx
@@ -52,7 +52,9 @@ export default function GolfWatchAppGamingMultiplayer({
<div className="mb-2 text-center text-xl font-bold">
{problemTitle}
</div>
- <BorderedContainer>{problemDescription}</BorderedContainer>
+ <BorderedContainer>
+ <pre>{problemDescription}</pre>
+ </BorderedContainer>
</div>
</div>
<div>