Skip to content

Commit

Permalink
maint: remove banner (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee authored Dec 5, 2024
1 parent 7a8ee2c commit a6b7c8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compose/neurosynth-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Navbar from 'components/Navbar/Navbar';
import useGetToken from './hooks/useGetToken';
import BaseNavigation from 'pages/BaseNavigation/BaseNavigation';
import { useLocation } from 'react-router-dom';
import Banner from 'components/Banner';

const queryClient = new QueryClient({
defaultOptions: {
Expand Down Expand Up @@ -69,7 +68,7 @@ function App() {
</IconButton>
)}
>
<Banner />
{/* <Banner /> */}
<Navbar />
<BaseNavigation />
</SnackbarProvider>
Expand Down

0 comments on commit a6b7c8c

Please sign in to comment.