From 58ba72a838e4b34684e27ec118fbe7e33e8b88fa Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Wed, 9 Oct 2024 18:44:33 -0700 Subject: [PATCH] chore(staking): temporarily hide stats --- apps/staking/src/components/Header/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/staking/src/components/Header/index.tsx b/apps/staking/src/components/Header/index.tsx index f04896dc40..153951d30b 100644 --- a/apps/staking/src/components/Header/index.tsx +++ b/apps/staking/src/components/Header/index.tsx @@ -5,7 +5,7 @@ import { CurrentStakeAccount } from "./current-stake-account"; import { HelpMenu } from "./help-menu"; import Logo from "./logo.svg"; import Logomark from "./logomark.svg"; -import { Stats } from "./stats"; +// import { Stats } from "./stats"; import { Link } from "../Link"; import { MaxWidth } from "../MaxWidth"; import { WalletButton } from "../WalletButton"; @@ -29,7 +29,7 @@ export const Header = ({ - + {/* */}
@@ -39,6 +39,6 @@ export const Header = ({
- + {/* */} );