Skip to content

Commit

Permalink
disable withdrawal warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Dec 10, 2024
1 parent 35ee0fd commit 8043b69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ const Layout = ({ children }: { children: ReactNode }) => {
<TopBar />
<BannerContent
isClaim={true}
text={
'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'
}
></BannerContent>
text={'Withdrawal & trading have resumed'}
/>
{asPath !== '/rewards' ? <PromoBanner /> : null}
<NewListingBanner />
<div className="pb-12 md:pb-[27px]">
Expand Down

0 comments on commit 8043b69

Please sign in to comment.