a platform for US VCs to receive more information and reach out to asian startups like Taiwan. In the other hand, we also provide taiwanese start ups resources to expand overseas.
-[![Build Status](https://travis-ci.com/TWstartups/twstartups.svg?branch=master)](https://travis-ci.com/TWstartups/twstartups)
+[![Build Status](https://travis-ci.com/TWstartups/twstartup.svg?branch=master)](https://travis-ci.com/TWstartups/twstartup)
## Initial Setup
```
-$ git clone git@github.com:TWstartups/twstartups.github.io.git
-$ cd twstartups
+$ git clone git@github.com:TWstartups/twstartup.github.io.git
+$ cd twstartup
$ ./scripts/setup.sh
```
diff --git a/client/.env.production b/client/.env.production
index 5b48122..7cf96bd 100644
--- a/client/.env.production
+++ b/client/.env.production
@@ -1,3 +1,3 @@
-REACT_APP_URL=https://twstartups.herokuapp.com
-REACT_APP_API_URL=https://twstartups.herokuapp.com
+REACT_APP_URL=https://twstartup.herokuapp.com
+REACT_APP_API_URL=https://twstartup.herokuapp.com
NODE_ENV=production
\ No newline at end of file
diff --git a/client/public/index.html b/client/public/index.html
index ec78557..c1b5d1e 100644
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -27,6 +27,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
+
React App
diff --git a/client/src/assets/scss/styles.scss b/client/src/assets/scss/styles.scss
index 03e658e..dbd8028 100644
--- a/client/src/assets/scss/styles.scss
+++ b/client/src/assets/scss/styles.scss
@@ -2,7 +2,7 @@ $main-color: #54d1db;
$red-color: #de624f;
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import './form.scss';
-@import './companyDetail.scss';
+
body {
background-color: #FAFAFA;
}
diff --git a/client/src/components/company/companyDetail/CompanyIntro.js b/client/src/components/company/companyDetail/CompanyIntro.js
index 02552c4..1818f5e 100644
--- a/client/src/components/company/companyDetail/CompanyIntro.js
+++ b/client/src/components/company/companyDetail/CompanyIntro.js
@@ -12,7 +12,7 @@ class CompanyIntro extends React.Component {
return (
@@ -26,21 +26,23 @@ class CompanyIntro extends React.Component {
})
}
- renderList = (keyPoints) => {
- return keyPoints.map(key => {
- return
Hi,${username}Your company is approved. We will ask you to provide more information to furnish up your profile: https://twstartups.github.io/twstartups/#/Please visit here for public company page.
+
Hi,${username}Your company is approved. We will ask you to provide more information to furnish up your profile: https://twstartup.github.io/twstartup/#/Please visit here for public company page.