summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>