summaryrefslogtreecommitdiff
path: root/src/pages/Home.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2019-02-10 22:41:35 +0100
committerGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2019-02-10 22:41:35 +0100
commit0dc54eb3bef06de6da6cae6beac156706d28683a (patch)
tree35a784375e1bc05110bc7c4f3097311f662cda97 /src/pages/Home.js
parent3dd0cd6f4f4279e5c13354d36f57a0ca7233669a (diff)
Remove SC18 presentation notice
Diffstat (limited to 'src/pages/Home.js')
-rw-r--r--src/pages/Home.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/Home.js b/src/pages/Home.js
index de6ff988..f6479722 100644
--- a/src/pages/Home.js
+++ b/src/pages/Home.js
@@ -11,7 +11,6 @@ import TechnologiesSection from "../components/home/TechnologiesSection";
import HomeNavbar from "../components/navigation/HomeNavbar";
import jQuery from "../util/jquery";
import "./Home.css";
-import SC18Section from "../components/home/SC18Section";
class Home extends React.Component {
state = {
@@ -46,7 +45,6 @@ class Home extends React.Component {
<HomeNavbar />
<div className="body-wrapper page-container">
<JumbotronHeader />
- <SC18Section/>
<IntroSection />
<StakeholderSection />
<ModelingSection />