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:
parent
f64b882de1
commit
574199575b
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ function ZoneBadge({ variant, zoneLabel }) {
|
||||||
>
|
>
|
||||||
<Badge>
|
<Badge>
|
||||||
<Box display="flex" alignItems="center">
|
<Box display="flex" alignItems="center">
|
||||||
<NotAllowedIcon marginRight="1" /> {shorthand}
|
{shorthand} <NotAllowedIcon marginLeft="1" />
|
||||||
</Box>
|
</Box>
|
||||||
</Badge>
|
</Badge>
|
||||||
</ItemBadgeTooltip>
|
</ItemBadgeTooltip>
|
||||||
|
|
Loading…
Reference in a new issue