Merge branch 'remove-co-market' into 'development'
Remove Co-Market from customer interface See merge request saburly/wiaas/new-wiaas!85 (cherry picked from commitf33c6aa6e2)1726c3d7Remove Co-Market from customer interface
This commit is contained in:
BIN
frontend/public/static/img/WIAAS_Market_SMO_infobox.jpg
Normal file
BIN
frontend/public/static/img/WIAAS_Market_SMO_infobox.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
frontend/public/static/img/WIAAS_Market_banner.jpg
Normal file
BIN
frontend/public/static/img/WIAAS_Market_banner.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 842 KiB |
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user