Revert: logo navigate to /home instead of index.html

This commit is contained in:
apapachristou 2020-10-05 17:11:46 +03:00
parent eece6e2171
commit f6900a1085
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div class="icon-bar2"></div>
<div class="icon-bar3"></div>
</div>
<a class="logo" href="/splash/index.html"><img src="../../../assets/splash/assets/img/argos-logo-2.svg"></a>
<a class="logo" [routerLink]="['home']"><img src="../../../assets/splash/assets/img/argos-logo-2.svg"></a>
<button class="navbar-toggler ml-auto" type="button" [matMenuTriggerFor]="toggleMenu" (mouseenter)="openMyMenu()">
<mat-icon class="toggle-icon">view_headline</mat-icon>
</button>