summaryrefslogtreecommitdiff
path: root/frontend/src/components/home/SimulationSection.js
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-27 23:20:33 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-27 23:26:23 +0100
commitadd670266391580e300235365e733f1ceea70122 (patch)
treeb4d55b359cb22a0a408a12c1bab820da47d57a15 /frontend/src/components/home/SimulationSection.js
parent9fdd26b50e17c757dfa4a0874d87d929ac9ac242 (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.js2
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}
>