diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-30 12:48:34 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-30 12:48:34 +0200 |
| commit | f94906ca30ff10ebd85961bfb3659faaaeb6ab2c (patch) | |
| tree | 58d76fd561a0edd45c418f323e0a6c887670ab73 /src/components/home/ModelingSection.js | |
| parent | 99ede1e1515b2dcee5cabbfab4fd5f4db675a59f (diff) | |
Rephrase image captions
Diffstat (limited to 'src/components/home/ModelingSection.js')
| -rw-r--r-- | src/components/home/ModelingSection.js | 2 |
1 files changed, 1 insertions, 1 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> |
