Skip to content

Commit 9acf3ab

Browse files
committed
frontend: remove banner
1 parent 278cc72 commit 9acf3ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)