Skip to content

Commit f5c09b2

Browse files
chore: move up time to end of identity key
1 parent f5cb164 commit f5c09b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/Header/IdentityKey.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ export default function IdentityKey() {
4646
)}
4747
{isNarrowScreen && (
4848
<>
49-
<StartupTime />
5049
<Commission />
5150
<IdentityBalance showTooltip />
51+
<StartupTime />
5252
</>
5353
)}
5454
</div>
@@ -92,11 +92,11 @@ function DropdownMenu() {
9292
</Flex>
9393
<StakeValue />
9494
<StakePct />
95-
<StartupTime />
9695
<Commission />
9796
<IdentityBalance />
9897
<VotePubkey />
9998
<VoteBalance />
99+
<StartupTime />
100100
</Flex>
101101
);
102102
}

0 commit comments

Comments
 (0)