Skip to content

Commit

Permalink
case #26 done
Browse files Browse the repository at this point in the history
  • Loading branch information
DickChesterwood committed May 23, 2018
1 parent 1487fd8 commit 2419a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-1">
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="#">Fleet Management System R1.A6</a>
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="#">Fleet Management System R1.A6.01</a>
<ul class="navbar-nav flex-row">
<li class="nav-item">
<a class="nav-link p-2" href="https://github.com/DickChesterwood/k8s-fleetman"><span class="fa fa-2x fa-github"></span></a>
Expand Down
4 changes: 2 additions & 2 deletions k8s-fleetman-webapp-angular/src/app/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export class MapComponent implements OnInit {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
})
],
zoom: 15,
center: latLng(53.38207,-1.48423)
zoom: 16,
center: latLng(53.375564, -1.506785)
};

onMapReady(map: Map) {
Expand Down

0 comments on commit 2419a08

Please sign in to comment.