diff options
Diffstat (limited to 'src/components/home/SimulationSection.js')
| -rw-r--r-- | src/components/home/SimulationSection.js | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
