Update side menu header.

This commit is contained in:
Florian THIERRY
2024-06-04 12:55:46 +02:00
parent d324b94ddb
commit 067bf7885a
4 changed files with 10 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
<div class="menu {{ isOpenned ? 'displayed' : '' }}">
<h1>
<span>
<a [routerLink]="['/home']">
<img src="assets/images/codiki.png" alt="logo"/>
Codiki
</span>
</a>
<button type="button" (click)="close()" matTooltip="Close the menu">
<mat-icon>close</mat-icon>
</button>