File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ export function App() {
220220 Median . sidebar . setItems ( { items : [ ] , enabled : false , persist : false } ) ;
221221 }
222222 return < >
223- < Banner />
224223 < nav hidden = { Median . isNativeApp ( ) } id = "logo-nav" class = "navbar navbar-expand-md navbar-dark sticky-top flex-md-nowrap p-0 pb-2 pt-2 ps-2" >
225224 < a href = "/" > < img class = "pt-2 pb-2 ps-2" src = { logo } style = "max-width: calc(100vw - 72px);" alt = "logo" /> </ a >
226225 </ nav >
@@ -250,7 +249,6 @@ export function App() {
250249 case AppState . LoggedIn :
251250 return (
252251 < >
253- < Banner />
254252 < ErrorAlert />
255253 < Col >
256254 < LocationProvider >
@@ -277,7 +275,6 @@ export function App() {
277275 // we need an extra recovery state, otherwise we would show the login/register page.
278276 case AppState . Recovery :
279277 return ( < >
280- < Banner />
281278 < ErrorAlert />
282279 < LocationProvider >
283280 < Row className = "align-items-center justify-content-center flex-grow-1 gap-3 m-0 my-3" >
You can’t perform that action at this time.
0 commit comments