Skip to content

Commit

Permalink
reorg header
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jan 9, 2024
1 parent 980ab13 commit bc7f4d2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/testnet/frontend/src/components/ui/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ const Header = ({ planetId }: Props) => {
</IconButton>
<WalletHeader account={account} />
<Spacer />
<HeaderButton variant="text">
<Link to="/" style={{ textDecoration: 'none', color: 'inherit' }}>
DashBoard
</Link>
</HeaderButton>
<HeaderButton>
<Link
to="/pioneer"
Expand All @@ -67,12 +72,6 @@ const Header = ({ planetId }: Props) => {
Pioneer NFT
</Link>
</HeaderButton>
<Spacer />
<HeaderButton variant="text">
<Link to="/" style={{ textDecoration: 'none', color: 'inherit' }}>
DashBoard
</Link>
</HeaderButton>
<FleetMovements planetId={planetId || 0} />
<HeaderButton variant="text">
<Link
Expand Down

0 comments on commit bc7f4d2

Please sign in to comment.