Merge branch 'remove-co-market' into 'development'

Remove Co-Market from customer interface

See merge request saburly/wiaas/new-wiaas!85

(cherry picked from commit f33c6aa6e2)

1726c3d7 Remove Co-Market from customer interface
This commit is contained in:
Bilal Catic
2018-12-05 11:57:01 +00:00
committed by Almira
parent f51d9f5512
commit 2cdef7c31e
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

View File

@@ -1,4 +1,4 @@
const APPLICATION_NAME = 'Co-Market';
const APPLICATION_NAME = 'WIAAS Market';
const API_VERSION = 'v2';
const API_SERVER_BASE = process.env.REACT_APP_API_URL;

View File

@@ -28,12 +28,12 @@ class CoMarketPackagesContainer extends Component {
<Row>
<Col xl="8" lg="8" md="8" sm="12" xs="12">
<WiaasBox id="co-market-big-commercial">
<img className="description-photo" src="https://res.cloudinary.com/co-market/image/upload/v1524472688/Co-Market/CoMarketStartsida_MAIN.jpg" alt="big-commercial"/>
<img className="description-photo" src="/static/img/WIAAS_Market_banner.jpg" alt="big-commercial"/>
</WiaasBox>
</Col>
<Col xl="4" lg="4" md="4" sm="12" xs="12">
<WiaasBox id="co-market-commercials">
<img alt="wiaas commercial" src="https://res.cloudinary.com/co-market/image/upload/v1524472688/Co-Market/CoMarketStartsida_OFFERCoor.jpg" className="commercial-photo"/>
<img alt="wiaas commercial" src="/static/img/WIAAS_Market_SMO_infobox.jpg" className="commercial-photo"/>
</WiaasBox>
</Col>
</Row>