Skip to content

Commit caa470e

Browse files
committed
disable withdrawal warning
1 parent 35ee0fd commit caa470e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ const Layout = ({ children }: { children: ReactNode }) => {
166166
}`}
167167
>
168168
<TopBar />
169-
<BannerContent
169+
{/* <BannerContent
170170
isClaim={true}
171171
text={
172172
'Due to a critical vulnerability found by core dev team, all withdrawals and spot trading are currently disabled. Exchange will be back operating in ~4 days from 06.12.2024, Please see the announcement in Discord for more info'
173173
}
174-
></BannerContent>
174+
></BannerContent> */}
175175
{asPath !== '/rewards' ? <PromoBanner /> : null}
176176
<NewListingBanner />
177177
<div className="pb-12 md:pb-[27px]">

0 commit comments

Comments
 (0)