summaryrefslogtreecommitdiff
path: root/frontend/src/components/home
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-29 13:18:37 +0100
committerGitHub <noreply@github.com>2020-10-29 13:18:37 +0100
commitcb50c427098cd73b0d4de930d35c5976f2ae919f (patch)
tree7906ae4c1620670e74f89a4649c8eac215ca087f /frontend/src/components/home
parent93fa55749c40ed1f1a7bee9157bce81708988656 (diff)
parent59bbe732cd83595b8114971d1baa802ef8cb95cc (diff)
Merge pull request #54 from atlarge-research/build/frontend
Simplify and optimize frontend build process
Diffstat (limited to 'frontend/src/components/home')
-rw-r--r--frontend/src/components/home/ContactSection.js2
-rw-r--r--frontend/src/components/home/ContentSection.js2
-rw-r--r--frontend/src/components/home/JumbotronHeader.js2
-rw-r--r--frontend/src/components/home/ScreenshotSection.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/components/home/ContactSection.js b/frontend/src/components/home/ContactSection.js
index 095fb939..42bdab8a 100644
--- a/frontend/src/components/home/ContactSection.js
+++ b/frontend/src/components/home/ContactSection.js
@@ -1,6 +1,6 @@
import React from 'react'
import FontAwesome from 'react-fontawesome'
-import './ContactSection.css'
+import './ContactSection.sass'
import ContentSection from './ContentSection'
const ContactSection = () => (
diff --git a/frontend/src/components/home/ContentSection.js b/frontend/src/components/home/ContentSection.js
index ba2e4ec3..9d4832d9 100644
--- a/frontend/src/components/home/ContentSection.js
+++ b/frontend/src/components/home/ContentSection.js
@@ -1,7 +1,7 @@
import classNames from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
-import './ContentSection.css'
+import './ContentSection.sass'
const ContentSection = ({ name, title, children }) => (
<div id={name} className={classNames(name + '-section', 'content-section')}>
diff --git a/frontend/src/components/home/JumbotronHeader.js b/frontend/src/components/home/JumbotronHeader.js
index f7af4cd9..7b410679 100644
--- a/frontend/src/components/home/JumbotronHeader.js
+++ b/frontend/src/components/home/JumbotronHeader.js
@@ -1,5 +1,5 @@
import React from 'react'
-import './JumbotronHeader.css'
+import './JumbotronHeader.sass'
const JumbotronHeader = () => (
<section className="jumbotron-header">
diff --git a/frontend/src/components/home/ScreenshotSection.js b/frontend/src/components/home/ScreenshotSection.js
index d0ff54bd..c987d5d0 100644
--- a/frontend/src/components/home/ScreenshotSection.js
+++ b/frontend/src/components/home/ScreenshotSection.js
@@ -1,7 +1,7 @@
import classNames from 'classnames'
import React from 'react'
import ContentSection from './ContentSection'
-import './ScreenshotSection.css'
+import './ScreenshotSection.sass'
const ScreenshotSection = ({ name, title, imageUrl, caption, imageIsRight, children }) => (
<ContentSection name={name} title={title}>