Add Favicon and remove outline

This commit is contained in:
Marcel Schwarz 2021-01-12 22:55:46 +01:00
parent cf6ab406f4
commit 77444dec89
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<mat-toolbar class="mat-toolbar" color="primary">
<span routerLink="/" id="logo"><img alt="" src="../../assets/Logo.png" height="40" class="mx-2 mb-1">Bike Stations in London</span>
<span routerLink="/" id="logo">
<img alt="" src="../../assets/Logo.png" height="40" class="mx-2 mb-1">
Bike Stations in London
</span>
<span class="toolbar-spacer"></span>
<div *ngIf="!hasRoute('dashboard')">
<app-map-interaction></app-map-interaction>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 B

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -20,6 +20,7 @@ label.mat-checkbox-layout {
#logo {
cursor: pointer;
outline: none;
}
.legend {