renamed LIS to trail and added esta logo

This commit is contained in:
piratefinn 2017-12-08 14:01:46 +00:00
parent 0cc3a473cf
commit 100a3c71a8
5 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ const routes: Routes = [
{
path: 'story-trail',
component: TrailMapComponent,
data: { title: 'Lancaster Independent Story' },
data: { title: 'Story Trail' },
},
{
path: 'payroll-log',

View file

@ -3,7 +3,7 @@
<div class="col-lg-12">
<div class="card">
<div class="card-header">
<strong>Lancaster Independent Story</strong>
<strong>Story Trail</strong>
<small>Required Data marked in <strong>bold</strong>.</small>
<select type="text" [(ngModel)]="assocMap" (ngModelChange)="viewBoundsChanged()">
<option value="lis" selected>Lancaster Independent Story</option>

View file

@ -61,7 +61,7 @@
<a class="nav-link" routerLinkActive="active" [routerLink]="['/story-trail']">
<div class="row no-gutters align-items-center">
<div class="col-2"><i class="icon-map"></i></div>
<div class="col-10">Lancaster Independent Story</div>
<div class="col-10">Story Trail</div>
</div>
</a>
</li>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB