mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
move main app warning
This commit is contained in:
parent
ef218a9d9e
commit
2d16841967
@ -51,11 +51,11 @@ export default function App({
|
||||
state="error"
|
||||
/>
|
||||
)} */}
|
||||
<Header />
|
||||
|
||||
{(props as PageProps).uri === '/' && (
|
||||
<Alert text={warning.main} state="info" />
|
||||
<AnnouncementBanner text={warning.main} />
|
||||
)}
|
||||
<Header />
|
||||
|
||||
{isInPurgatory && (
|
||||
<Alert
|
||||
|
Loading…
Reference in New Issue
Block a user