Skip to content

Commit 15bd8a3

Browse files
authored
Remove home page banner and associated imports (Resolves#862)
1 parent 3e3e1ab commit 15bd8a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { NextSeo } from 'next-seo';
44
import { useState } from 'react';
55
import Banner from '../components/Banner';
66
import Carousel from '../components/Carousel';
7-
import CommitteeIcon from '../components/Committees/CommitteeIcon';
7+
//import CommitteeIcon from '../components/Committees/CommitteeIcon';
88
import Committees from '../components/CommitteeSpread';
9-
import ContentBanner from '../components/ContentBanner';
9+
//import ContentBanner from '../components/ContentBanner';
1010
import Layout from '../components/Layout';
1111
import Article from '../components/NewsArticle';
1212
import SocialMedia from '../components/SocialMedia';
@@ -49,6 +49,7 @@ function Home() {
4949
}}
5050
/>
5151
<div className="home-page text-center">
52+
{/*
5253
<ContentBanner>
5354
<div className="content-banner-logos-top">
5455
<div className="content-banner-logos">
@@ -61,13 +62,11 @@ function Home() {
6162
<CommitteeIcon committee="teachLA" />
6263
</div>
6364
</div>
64-
{/*
6565
<h2 className="content-banner-title">
6666
<Link href="/internship" style={{ marginRight: '8px', color: 'white' }}>
6767
ACM Internship Apps are now open!
6868
</Link>
6969
</h2>
70-
*/}
7170
<div className="content-banner-logos-top">
7271
<div className="content-banner-logos">
7372
<CommitteeIcon committee="acm" />
@@ -80,6 +79,7 @@ function Home() {
8079
</div>
8180
</div>
8281
</ContentBanner>
82+
*/}
8383
<Banner />
8484
<div className="content-section">
8585
<h2>The largest Computer Science community at UCLA</h2>

0 commit comments

Comments
 (0)