Skip to content

Commit 8043b69

Browse files
committed
disable withdrawal warning
1 parent 35ee0fd commit 8043b69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/Layout.tsx

+2-4
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,8 @@ const Layout = ({ children }: { children: ReactNode }) => {
168168
<TopBar />
169169
<BannerContent
170170
isClaim={true}
171-
text={
172-
'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'
173-
}
174-
></BannerContent>
171+
text={'Withdrawal & trading have resumed'}
172+
/>
175173
{asPath !== '/rewards' ? <PromoBanner /> : null}
176174
<NewListingBanner />
177175
<div className="pb-12 md:pb-[27px]">

0 commit comments

Comments
 (0)