Skip to content

Commit 8aaff31

Browse files
committed
Removed TOS
1 parent 8b2f1f2 commit 8aaff31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/layouts/DefaultLayout.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { useRouter } from 'next/router';
44
import { ReactNode, useEffect } from 'react';
55
import { FaucetBanner } from '../components/common/FaucetBanner';
66
import { OverlayModal } from '../components/common/OverlayModal';
7-
import { OverlayModalTOS } from '../components/common/OverlayModalTOS';
87
import { Row } from '../components/common/Row';
98
import { WalletWarning } from '../components/common/WalletWarning';
109
import { NavBar } from '../components/nav/NavBar';
@@ -63,7 +62,6 @@ export default function DefaultLayout({ children }: { children: ReactNode }) {
6362
)}
6463
{children}
6564
<OverlayModal />
66-
<OverlayModalTOS />
6765
</Box>
6866
</Box>
6967
<Box />

0 commit comments

Comments
 (0)