diff --git a/src/common/config/app.js b/src/common/config/app.js index 3af42e4..0e08284 100644 --- a/src/common/config/app.js +++ b/src/common/config/app.js @@ -30,9 +30,11 @@ imageUrl = "https://giift-api.asacreative.com"; type = 'localhost'; if(window.location.href.includes("localhost") || window.location.href.includes("marketplace-store")){ // appUrl = 'http://localhost:7700'; - apiUrl = "http://localhost:4001/" + apiUrl = "https://giift-api.asacreative.com/"; + // apiUrl = "http://localhost:4001/" }else{ - appUrl = 'https://sillyfish.asacreative.com'; + // appUrl = 'https://sillyfish.asacreative.com'; + appUrl = 'https://giift-api.asacreative.com'; } export const APP_TYPE = 'btn'; diff --git a/src/common/pages/App/WalletComponent.js b/src/common/pages/App/WalletComponent.js index 9140b1d..a6fc731 100644 --- a/src/common/pages/App/WalletComponent.js +++ b/src/common/pages/App/WalletComponent.js @@ -19,7 +19,7 @@ export default class WalletComponent extends React.Component {
Voucher
history.push(LINKS.WALLET)} className={'textVoucher'}>
-
Points
history.push(LINKS.WALLET)} className={'textPoints'}>
-