Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 1e92dc8

Browse files
Added home icon on header
1 parent 3cbc9fa commit 1e92dc8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/app/base/components/header/header.component.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@
6666

6767
</div>
6868
<div class="flex flex-row flex-nowrap items-center">
69+
<div class="flex items-center justify-center">
70+
<a [routerLink]="['/projects']" class="flex mr-6 tooltip tooltip-left" data-tip="Home page - Projects">
71+
<svg xmlns="http://www.w3.org/2000/svg"
72+
class="icon icon-tabler icon-tabler-home" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
73+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
74+
<polyline points="5 12 3 12 12 3 21 12 19 12"></polyline>
75+
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path>
76+
<path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"></path>
77+
</svg>
78+
</a>
79+
</div>
80+
6981
<div class="flex items-center justify-center">
7082
<a [routerLink]="['/notification-center']" class="flex mr-6">
7183
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">

0 commit comments

Comments
 (0)