Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0005 committed Jul 15, 2024
1 parent 7881d05 commit cee6d48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/ui/components/worldmap/armies/ArmyInfoLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ const RaiderInfo = ({ army }: ArmyInfoLabelProps) => {
{/* <OrderIcon order={getRealmOrderNameById(realmId)} className="mr-1" size="md" /> */}

<Headline className="text-center">
<div><span className="text-lg">{attackerAddressName}</span> ({originRealmName})</div>
<div>
<span className="text-lg">{attackerAddressName}</span> ({originRealmName})
</div>

<div className="text-lg">{army.name}</div>
</Headline>
Expand Down

0 comments on commit cee6d48

Please sign in to comment.