remove call to action

Transactions
dan 2019-04-06 16:33:21 -06:00
parent 4a3a3bb6ce
commit 3471978129
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export class HomeComponent {
return true;
}
public get showCallToAction(): boolean {
return false;
let maxDate = new Date(2019,6,8); // September 6th 2018 -- Set the month one month behind since JavaScript dates are 0 based
let now = new Date();
if (now.getFullYear() > maxDate.getFullYear()) return false;