From a7e546ea6482d64f3f5a8cae8e9c29f7591066cc Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Wed, 27 Jun 2018 12:39:30 +1000 Subject: [PATCH] Cleaned code --- .../about/sections/ExistingWorkSection.jsx | 94 ++++++++++--------- 1 file changed, 48 insertions(+), 46 deletions(-) diff --git a/public/page/about/sections/ExistingWorkSection.jsx b/public/page/about/sections/ExistingWorkSection.jsx index 9d663e2..0181406 100644 --- a/public/page/about/sections/ExistingWorkSection.jsx +++ b/public/page/about/sections/ExistingWorkSection.jsx @@ -41,38 +41,53 @@ import Window95, { const ExistingWorkFrame = (props) => { let fakeURL = props.href; if(!fakeURL.startsWith("http")) { - fakeURL = "https:" + fakeURL; + fakeURL = window.location.protocol + fakeURL; } return ( - - - , - - ]}> - { props.title } - + + + + + , + + ]}> + { props.title } + - - - - + + + + - - - - {props.title} - - - - + + + + {props.title} + + + + + + + + + + { props.title } + { props.description } + + + + ); }; + + export default (props) => { return (
@@ -94,27 +109,14 @@ export default (props) => { {/* KOPA */} - - - - - - - - - { Language.get("pages.about.work.kopa.heading") } - { Language.get("pages.about.work.kopa.description") } - - - - - - +
);