remove call to action
parent
4a3a3bb6ce
commit
3471978129
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue