File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
apps/web/src/screens/HomePage Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { Toast } from "../../components/Toast";
16
16
import { Events } from "./sections/Events" ;
17
17
import { Footer } from "./sections/Footer" ;
18
18
import Hero from "./sections/Hero" ;
19
- import { Membership } from "./sections/Membership" ;
19
+ // import { Membership } from "./sections/Membership";
20
20
import { Nav } from "./sections/Nav" ;
21
21
import { ResumeBanner } from "./sections/ResumeBanner" ;
22
22
import { SIGs } from "./sections/SIGs" ;
@@ -136,7 +136,7 @@ const HomePage: React.FC<RouteComponentProps> = ({
136
136
</ NavHeroWrapper >
137
137
< SIGs />
138
138
< Events />
139
- < Membership />
139
+ { /* <Membership /> */ }
140
140
< Sponsors />
141
141
< Footer />
142
142
</ div >
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ const Wrapper: AnyStyledComponent = styled.div`
48
48
padding: 20px 0 100px 0;
49
49
background: #fff;
50
50
margin: auto;
51
+ margin-bottom: 100px;
51
52
max-width: 1200px;
52
53
padding: 0 5%;
53
54
You can’t perform that action at this time.
0 commit comments