Skip to content

Commit

Permalink
add an extra header above map hints
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Feb 29, 2024
1 parent fbdecc1 commit 0b38ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/locations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ export function Locations(): JSX.Element | null {
return null;
}}
/>
<Typography variant="h6">&nbsp;</Typography>
{specialLocation?.description &&
specialLocation.description.map((line, i) => (
<Typography variant="body1" key={`loc-desc-${i}`}>
Expand Down

0 comments on commit 0b38ed5

Please sign in to comment.