Removed test props, fixed image scaling issue.

This commit is contained in:
2018-10-28 18:52:38 +11:00
parent cfbefa278c
commit d03f2d7fc8
4 changed files with 37 additions and 27 deletions

View File

@ -109,7 +109,7 @@ class ContactPage extends React.Component {
onError={ this.onError.bind(this) }
manager={ this.manager }
>
<FormGroup test="First Group">
<FormGroup>
<Label htmlFor="name">
{ Language.get("pages.contact.name.label") }
</Label>

View File

@ -42,7 +42,7 @@ export default (props) => {
>
<PageBoundary full>
<FloatingContentBox position="middle center" size="large" className="u-text-center">
<ElementScrollFader from="bottom" test="yes">
<ElementScrollFader from="bottom" >
<Title>{ Language.get("pages.home.banner.title") }</Title>
<Subtitle className="u-responsive--small-up">{ Language.get("pages.home.banner.subtitle") }</Subtitle>
</ElementScrollFader>

View File

@ -140,7 +140,6 @@ export default props => {
src={ require('@assets/images/work-showcase/kopalife.png') }
title={ Language.get("pages.home.work.kopa.heading") }
description={ Language.get("pages.home.work.kopa.description") }
test="true"
/>
{/* SMAI */}