Merged in hotfix/2021-06-30 (pull request #126)

Hotfix/2021 06 30
This commit is contained in:
Patrick Fic
2021-06-30 20:47:05 +00:00
3 changed files with 50 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
<babeledit_project version="1.2" be_version="2.7.1"> <babeledit_project be_version="2.7.1" version="1.2">
<!-- <!--
BabelEdit project file BabelEdit project file

View File

@@ -81,6 +81,8 @@ export default class Home extends React.Component {
dataSource={Banner00DataSource} dataSource={Banner00DataSource}
isMobile={this.state.isMobile} isMobile={this.state.isMobile}
/>, />,
...(process.env.NODE_ENV !== "production"
? [
// <Content4 // <Content4
// id="Content4_0" // id="Content4_0"
// key="Content4_0" // key="Content4_0"
@@ -123,6 +125,8 @@ export default class Home extends React.Component {
// dataSource={Content120DataSource} // dataSource={Content120DataSource}
// isMobile={this.state.isMobile} // isMobile={this.state.isMobile}
// />, // />,
]
: []),
<Footer1 <Footer1
id="Footer1_0" id="Footer1_0"
key="Footer1_0" key="Footer1_0"

View File

@@ -1441,11 +1441,11 @@
"name": "ImEX Online", "name": "ImEX Online",
"status": "System Status" "status": "System Status"
}, },
"slogan": "The future of shop management systems. " "slogan": "A whole new kind of shop management system."
}, },
"hero": { "hero": {
"button": "Learn More", "button": "Coming Soon",
"title": "Bringing the future to the collision repair process." "title": "A whole new kind of shop management system."
}, },
"labels": { "labels": {
"features": "Features", "features": "Features",