Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix logo route
  • Loading branch information
rrc12004 committed Mar 11, 2019
1 parent ee67b05 commit 0d19775
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/header/header.component.html
Expand Up @@ -27,7 +27,9 @@
</nav>

<div class="clearfix">
<a class="logo" routerLink="/generator-search"><img src="assets/images/logo2.png" class=" d-block img-fluid py-3 pl-3"
alt="Kinsley image"></a>
<a class="logo" id="logo-image" (click)="resetGenerator()"><img src="assets/images/logo2.png"
class=" d-block img-fluid py-3 pl-3" alt="Kinsley image"></a>
<!-- <a class="logo" routerLink="/generator-search"><img src="assets/images/logo2.png" class=" d-block img-fluid py-3 pl-3"
alt="Kinsley image"></a> -->
</div>
</header>

0 comments on commit 0d19775

Please sign in to comment.