From f28c5b3b45fe8b52027e12db6fecee0e3d220854 Mon Sep 17 00:00:00 2001 From: smolgumball Date: Fri, 21 Jan 2022 15:55:10 -0700 Subject: [PATCH] Improve row spacing --- src/Faction/ui/FactionsRoot.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Faction/ui/FactionsRoot.tsx b/src/Faction/ui/FactionsRoot.tsx index 8a6619a1e..545f1faad 100644 --- a/src/Faction/ui/FactionsRoot.tsx +++ b/src/Faction/ui/FactionsRoot.tsx @@ -60,16 +60,18 @@ export function FactionsRoot(props: IProps): React.ReactElement { Factions you have joined: {(props.player.factions.length > 0 && ( - + {props.player.factions.map((faction: string) => ( - {faction} + + {faction} + - + @@ -86,7 +88,7 @@ export function FactionsRoot(props: IProps): React.ReactElement { Factions you have been invited to. You can accept these faction invitations at any time: {(props.player.factionInvitations.length > 0 && ( - +
{props.player.factionInvitations.map((faction: string) => (