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 11import clsx from "clsx" ;
22import type { HTMLAttributes } from "react" ;
33
4- import { CurrentStakeAccount } from "./current-stake-account" ;
54import Logo from "./logo.svg" ;
6- import Logomark from "./logomark.svg" ;
75import { MaxWidth } from "../MaxWidth" ;
86import { WalletButton } from "../WalletButton" ;
97
@@ -16,13 +14,9 @@ export const Header = ({
1614 { ...props }
1715 >
1816 < 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" />
2620 </ MaxWidth >
2721 </ div >
2822 </ header >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments