From add670266391580e300235365e733f1ceea70122 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 27 Oct 2020 23:20:33 +0100 Subject: Fix images on frontpage This change fixes the invalid images on the frontpage by hosting them ourselves. --- frontend/src/components/home/ModelingSection.js | 2 +- frontend/src/components/home/SimulationSection.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/home') diff --git a/frontend/src/components/home/ModelingSection.js b/frontend/src/components/home/ModelingSection.js index 60d372f2..643dca65 100644 --- a/frontend/src/components/home/ModelingSection.js +++ b/frontend/src/components/home/ModelingSection.js @@ -5,7 +5,7 @@ const ModelingSection = () => ( 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 = () => ( -- cgit v1.2.3