hide call to action
parent
eb7269df6c
commit
1b56cfb3dc
|
|
@ -2,7 +2,7 @@
|
||||||
<img id="background-image" src="assets/images/home-images/tiny/sunset_b.jpg" alt="background image" width="100%">
|
<img id="background-image" src="assets/images/home-images/tiny/sunset_b.jpg" alt="background image" width="100%">
|
||||||
|
|
||||||
<div id="filler">
|
<div id="filler">
|
||||||
<div id="call-to-action-container">
|
<div id="call-to-action-container" *ngIf="showCallToAction">
|
||||||
<button id="action-button" (click)="actionClick()" mat-raised-button color="accent"><i ofbicon class="mr-10">play_arrow</i>2019 Sledding Highlights</button>
|
<button id="action-button" (click)="actionClick()" mat-raised-button color="accent"><i ofbicon class="mr-10">play_arrow</i>2019 Sledding Highlights</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ export class HomeComponent {
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
public showCallToAction: boolean = false;
|
||||||
|
|
||||||
constructor(private dialog: MatDialog)
|
constructor(private dialog: MatDialog)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue