Skip to content

Commit

Permalink
update UI mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmegalodon committed Jan 28, 2024
1 parent 404fda4 commit 71e963f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/modules/bvm_v2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@ import s from './styles.module.scss';
import BoxContent from '@/layouts/BoxContent';
import Section1 from './Section_1';
import Section2 from './Section_2';
import Allocation from './Allocation';
import Vesting from './Vesting';
import Schedule from './Schedule';

const BVMModule = () => {
return (
<Box className={s.container}>
<BoxContent>
<BoxContent minH={"100dvh"}>
<Box h={['80px', '140px']} />
<Section1 />
<Box h={['20px', '80px']} />
<Section2 />
<Box h={['20px', '40px']} />
<Allocation />
{/*<Allocation />
<Vesting />
<Schedule />
<Schedule />*/}
</BoxContent>
</Box>
);
Expand Down

0 comments on commit 71e963f

Please sign in to comment.