Skip to content

Commit 5a4d10f

Browse files
committed
loop: fix spacing of regtest/testnet badge
1 parent a6b0259 commit 5a4d10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/components/loop/LoopPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const LoopPage: React.FC = () => {
2525
<>
2626
{l('pageTitle')}
2727
{nodeStore.network !== 'mainnet' && (
28-
<sup>
28+
<div>
2929
<Badge>{nodeStore.network}</Badge>
30-
</sup>
30+
</div>
3131
)}
3232
</>
3333
);

0 commit comments

Comments
 (0)