Skip to content

Commit 28984ea

Browse files
committed
disable withdrawal warning
1 parent 35ee0fd commit 28984ea

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
@@ -169,9 +169,9 @@ const Layout = ({ children }: { children: ReactNode }) => {
169169
<BannerContent
170170
isClaim={true}
171171
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'
172+
'Withdrawal & trading have resumed'
173173
}
174-
></BannerContent>
174+
/>
175175
{asPath !== '/rewards' ? <PromoBanner /> : null}
176176
<NewListingBanner />
177177
<div className="pb-12 md:pb-[27px]">

0 commit comments

Comments
 (0)