diff --git a/src/game/locations/index.tsx b/src/game/locations/index.tsx index e8eaa06..74659fc 100644 --- a/src/game/locations/index.tsx +++ b/src/game/locations/index.tsx @@ -280,19 +280,23 @@ export function Locations(): JSX.Element | null { {specialLocation && ( - + {specialLocation.name} )} {specialLocation && ( - {specialLocation.type} + + {specialLocation.type} + )} {playerLocation && ( {playerLocation.publicOwner?.name ?? "???"}'s Settlement - {playerLocation.type} + + {playerLocation.type} + )} {!specialLocation && !playerLocation && locationDetails && ( @@ -300,7 +304,7 @@ export function Locations(): JSX.Element | null { Wilderness - + {locationDetails.terrain.terrain} @@ -310,7 +314,9 @@ export function Locations(): JSX.Element | null {   - loading... + + loading... + )}