From f2de68252a5af08ba73213ae4ea545912ef04690 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 28 Aug 2017 09:02:38 +0200 Subject: Complete homepage transfer --- src/components/home/StakeholderSection.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/components/home/StakeholderSection.js') diff --git a/src/components/home/StakeholderSection.js b/src/components/home/StakeholderSection.js index 47f0d9bb..ddfe4f7c 100644 --- a/src/components/home/StakeholderSection.js +++ b/src/components/home/StakeholderSection.js @@ -2,10 +2,11 @@ import React from "react"; import ContentSection from "./ContentSection"; const Stakeholder = ({name, title, subtitle}) => ( -
- {title}/ -
-

{title}

+
+ {title}/ +
+

{title}

{subtitle}

-- cgit v1.2.3