oops, move restricted zone icon back to the right

I had it there before, but I switched it back in the recent tooltip refactor, oops!
This commit is contained in:
Emi Matchu 2020-09-01 04:18:53 -07:00
parent f64b882de1
commit 574199575b

View file

@ -415,7 +415,7 @@ function ZoneBadge({ variant, zoneLabel }) {
>
<Badge>
<Box display="flex" alignItems="center">
<NotAllowedIcon marginRight="1" /> {shorthand}
{shorthand} <NotAllowedIcon marginLeft="1" />
</Box>
</Badge>
</ItemBadgeTooltip>