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") } - - - - - - +
);