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