added open button to landing page

This commit is contained in:
Zakary Timson 2019-08-24 23:52:14 -04:00
parent 247f5c7268
commit 0e79227002

View File

@ -6,4 +6,10 @@
<button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
<mat-icon>add</mat-icon> New Map
</button>
<div class="input-group w-100 mt-3">
<input type="text" #code class="form-control" placeholder="Code">
<div class="input-group-append">
<button class="btn btn-danger" [routerLink]="[code.value]" style="background-color: #dd0330">Open</button>
</div>
</div>
</div>