summaryrefslogtreecommitdiff
path: root/src/components/home
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-30 12:48:34 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-30 12:48:34 +0200
commitf94906ca30ff10ebd85961bfb3659faaaeb6ab2c (patch)
tree58d76fd561a0edd45c418f323e0a6c887670ab73 /src/components/home
parent99ede1e1515b2dcee5cabbfab4fd5f4db675a59f (diff)
Rephrase image captions
Diffstat (limited to 'src/components/home')
-rw-r--r--src/components/home/ModelingSection.js2
-rw-r--r--src/components/home/SimulationSection.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/home/ModelingSection.js b/src/components/home/ModelingSection.js
index 2a984935..d3252b9b 100644
--- a/src/components/home/ModelingSection.js
+++ b/src/components/home/ModelingSection.js
@@ -4,7 +4,7 @@ import ScreenshotSection from "./ScreenshotSection";
const ModelingSection = () => (
<ScreenshotSection name="modeling" title="Datacenter Modeling"
imageUrl="https://github.com/atlarge-research/opendc/raw/master/images/opendc-frontend-construction.PNG"
- caption="The datacenter construction interface"
+ caption="Building a datacenter in OpenDC"
imageIsRight={true}>
<h3>Collaboratively...</h3>
<ul>
diff --git a/src/components/home/SimulationSection.js b/src/components/home/SimulationSection.js
index d9212c95..eb1f7787 100644
--- a/src/components/home/SimulationSection.js
+++ b/src/components/home/SimulationSection.js
@@ -4,7 +4,7 @@ import ScreenshotSection from "./ScreenshotSection";
const ModelingSection = () => (
<ScreenshotSection name="simulation" title="Datacenter Simulation"
imageUrl="https://github.com/atlarge-research/opendc/raw/master/images/opendc-frontend-simulation-zoom.PNG"
- caption="The same simulation at node level"
+ caption="Running an experiment in OpenDC"
imageIsRight={false}>
<h3>Working with OpenDC:</h3>
<ul>