diff options
Diffstat (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx')
| -rw-r--r-- | frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx index bc205fb..d0e5a9a 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx @@ -85,7 +85,7 @@ export default function GolfPlayAppGaming({ <div className="mb-2 text-xl font-bold">{problemTitle}</div> <div className="p-2 grid gap-4"> <BorderedContainer> - <div className="text-gray-700">{problemDescription}</div> + <pre className="text-gray-700">{problemDescription}</pre> </BorderedContainer> <BorderedContainer> <div> |
