Skip to content

Commit

Permalink
Updated MainLayout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
CanonicalJP authored Dec 18, 2024
1 parent b10deb3 commit 4fc592d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { FORK_ENABLED } from 'src/utils/marketsAndNetworksConfig';

import { AppFooter } from './AppFooter';
import { AppHeader } from './AppHeader';
import TopBarNotify from './TopBarNotify';
// import TopBarNotify from './TopBarNotify';

export function MainLayout({ children }: { children: ReactNode }) {
const APP_BANNER_VERSION = '5.0.0';
// const APP_BANNER_VERSION = '5.0.0';

return (
<>
Expand Down

0 comments on commit 4fc592d

Please sign in to comment.