adding free credits page (incomplete)

This commit is contained in:
David Sun
2019-02-12 16:58:55 -05:00
parent 8c8cab9309
commit 3cb2d3dfff
12 changed files with 353 additions and 49 deletions

View File

@@ -285,6 +285,9 @@ export const utils = {
);
return isTestNetwork;
},
getGoogleSheetLeadUrl(form: string): string {
return configs.GOOGLE_SHEETS_LEAD_FORMS[form];
},
getCurrentBaseUrl(): string {
const port = window.location.port;
const hasPort = !_.isUndefined(port);