diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-27 23:20:33 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-27 23:26:23 +0100 |
| commit | add670266391580e300235365e733f1ceea70122 (patch) | |
| tree | b4d55b359cb22a0a408a12c1bab820da47d57a15 /frontend/src/components/home/SimulationSection.js | |
| parent | 9fdd26b50e17c757dfa4a0874d87d929ac9ac242 (diff) | |
Fix images on frontpage
This change fixes the invalid images on the frontpage by hosting them
ourselves.
Diffstat (limited to 'frontend/src/components/home/SimulationSection.js')
| -rw-r--r-- | frontend/src/components/home/SimulationSection.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/home/SimulationSection.js b/frontend/src/components/home/SimulationSection.js index 9852cbb8..e7a02068 100644 --- a/frontend/src/components/home/SimulationSection.js +++ b/frontend/src/components/home/SimulationSection.js @@ -5,7 +5,7 @@ const ModelingSection = () => ( <ScreenshotSection name="simulation" title="Datacenter Simulation" - imageUrl="https://github.com/atlarge-research/opendc/raw/master/images/opendc-frontend-simulation-zoom.PNG" + imageUrl="/img/screenshot-simulation-zoom.png" caption="Running an experiment in OpenDC" imageIsRight={false} > |
