Merge remote-tracking branch 'origin/test'
commit
6691acfdd7
|
|
@ -2,7 +2,7 @@
|
|||
<img id="background-image" src="assets/images/home-images/tiny/sunset_b.jpg" alt="background image" width="100%">
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ export class HomeComponent {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
public showCallToAction: boolean = false;
|
||||
|
||||
constructor(private dialog: MatDialog)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue