Skip to content

Commit 0e64fd0

Browse files
committed
frontend: remove footer from all occurences in app.
1 parent 32ea6a9 commit 0e64fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function App() {
124124
</Router>
125125
</LocationProvider>
126126
</Col>
127-
<Footer />
127+
{ Median.isNativeApp() ? <></> : <Footer /> }
128128
</>
129129
);
130130
// we need an extra recovery state, otherwise we would show the login/register page.
@@ -139,7 +139,7 @@ export function App() {
139139
</Router>
140140
</Row>
141141
</LocationProvider>
142-
<Footer />
142+
{ Median.isNativeApp() ? <></> : <Footer /> }
143143
</>);
144144
}
145145
}

0 commit comments

Comments
 (0)