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 28984ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ const Layout = ({ children }: { children: ReactNode }) => {
<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'
'Withdrawal & trading have resumed'
}
></BannerContent>
/>
{asPath !== '/rewards' ? <PromoBanner /> : null}
<NewListingBanner />
<div className="pb-12 md:pb-[27px]">
Expand Down

0 comments on commit 28984ea

Please sign in to comment.