1
0
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:
Matthias Kretschmann 2021-06-09 12:49:00 +02:00
parent ef218a9d9e
commit 2d16841967
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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