File tree Expand file tree Collapse file tree 8 files changed +117
-286
lines changed Expand file tree Collapse file tree 8 files changed +117
-286
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import clsx from "clsx" ;
2
2
import type { HTMLAttributes } from "react" ;
3
3
4
- import { CurrentStakeAccount } from "./current-stake-account" ;
5
4
import Logo from "./logo.svg" ;
6
- import Logomark from "./logomark.svg" ;
7
5
import { MaxWidth } from "../MaxWidth" ;
8
6
import { WalletButton } from "../WalletButton" ;
9
7
@@ -16,13 +14,9 @@ export const Header = ({
16
14
{ ...props }
17
15
>
18
16
< div className = "border-b border-neutral-600/50 bg-pythpurple-800 sm:border-x" >
19
- < MaxWidth className = "flex h-16 items-center justify-between gap-2 sm:-mx-4" >
20
- < Logo className = "hidden max-h-full py-4 text-pythpurple-100 sm:block" />
21
- < Logomark className = "max-h-full py-4 text-pythpurple-100 sm:hidden" />
22
- < div className = "flex flex-none flex-row items-stretch gap-8" >
23
- < CurrentStakeAccount />
24
- < WalletButton className = "flex-none" />
25
- </ div >
17
+ < MaxWidth className = "flex h-16 items-center justify-between gap-8 sm:-mx-4" >
18
+ < Logo className = "max-h-full py-4 text-pythpurple-100" />
19
+ < WalletButton className = "flex-none" />
26
20
</ MaxWidth >
27
21
</ div >
28
22
</ header >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments