File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { CurrentStakeAccount } from "./current-stake-account";
5
5
import { HelpMenu } from "./help-menu" ;
6
6
import Logo from "./logo.svg" ;
7
7
import Logomark from "./logomark.svg" ;
8
- import { Stats } from "./stats" ;
8
+ // import { Stats } from "./stats";
9
9
import { Link } from "../Link" ;
10
10
import { MaxWidth } from "../MaxWidth" ;
11
11
import { WalletButton } from "../WalletButton" ;
@@ -29,7 +29,7 @@ export const Header = ({
29
29
< Logo className = "hidden h-full lg:block" />
30
30
< Logomark className = "h-full lg:hidden" />
31
31
</ Link >
32
- < Stats className = "hidden gap-4 sm:flex lg:gap-6" />
32
+ { /* <Stats className="hidden gap-4 sm:flex lg:gap-6" /> */ }
33
33
</ div >
34
34
< div className = "flex flex-none flex-row items-stretch gap-4 md:gap-8" >
35
35
< CurrentStakeAccount />
@@ -39,6 +39,6 @@ export const Header = ({
39
39
</ MaxWidth >
40
40
</ div >
41
41
</ header >
42
- < Stats className = "border-b border-neutral-600/50 py-4 text-center sm:hidden" />
42
+ { /* <Stats className="border-b border-neutral-600/50 py-4 text-center sm:hidden" /> */ }
43
43
</ >
44
44
) ;
You can’t perform that action at this time.
0 commit comments