diff options
Diffstat (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx | 4 |
1 files changed, 3 insertions, 1 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" /> |
