chore(trading): move banner above nav (#3161)
This commit is contained in:
parent
8f3cf390c5
commit
ae54616c1f
@ -83,8 +83,8 @@ function AppBody({ Component }: AppProps) {
|
|||||||
</Head>
|
</Head>
|
||||||
<Title />
|
<Title />
|
||||||
<div className={gridClasses}>
|
<div className={gridClasses}>
|
||||||
<Navbar theme={VEGA_ENV === Networks.TESTNET ? 'yellow' : 'system'} />
|
|
||||||
<Banner />
|
<Banner />
|
||||||
|
<Navbar theme={VEGA_ENV === Networks.TESTNET ? 'yellow' : 'system'} />
|
||||||
<ViewingBanner />
|
<ViewingBanner />
|
||||||
<main data-testid={location.pathname}>
|
<main data-testid={location.pathname}>
|
||||||
<Component />
|
<Component />
|
||||||
|
Loading…
Reference in New Issue
Block a user