|
67 | 67 | </div>
|
68 | 68 | <div class="flex flex-row flex-nowrap items-center">
|
69 | 69 | <div class="flex items-center justify-center">
|
70 |
| - <a [routerLink]="['/notification-center']" class="flex mr-6"> |
| 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" class="icon icon-tabler icon-tabler-home" width="24" |
| 72 | + height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" |
| 73 | + stroke-linecap="round" stroke-linejoin="round"> |
| 74 | + <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> |
| 75 | + <polyline points="5 12 3 12 12 3 21 12 19 12"></polyline> |
| 76 | + <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path> |
| 77 | + <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"></path> |
| 78 | + </svg> |
| 79 | + </a> |
| 80 | + </div> |
| 81 | + |
| 82 | + <div class="flex items-center justify-center"> |
| 83 | + <a [routerLink]="['/notification-center']" class="flex mr-6 tooltip tooltip-left" |
| 84 | + data-tip="Notification center"> |
71 | 85 | <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
|
72 | 86 | <path
|
73 | 87 | d="M10 2a6 6 0 00-6 6v3.586l-.707.707A1 1 0 004 14h12a1 1 0 00.707-1.707L16 11.586V8a6 6 0 00-6-6zM10 18a3 3 0 01-3-3h6a3 3 0 01-3 3z" />
|
|
90 | 104 | </div>
|
91 | 105 | <div class="flex justify-center overflow-visible">
|
92 | 106 | <div *ngIf="user" class=" mr-4">
|
93 |
| - <kern-dropdown [dropdownOptions]="{ |
| 107 | + <kern-dropdown [dropdownOptions]="{ |
94 | 108 | optionArray: showConfigSettings ? ['Account Settings', 'Change config', 'Logout'] : ['Account Settings', 'Logout'],
|
95 | 109 | buttonVersion: 'userIcon',
|
96 | 110 | avatarUri: avatarUri
|
97 |
| - }" (optionClicked)="executeOption($event)" |
98 |
| - ></kern-dropdown> |
| 111 | + }" (optionClicked)="executeOption($event)"></kern-dropdown> |
99 | 112 | </div>
|
100 | 113 | </div>
|
101 | 114 | </div>
|
|
0 commit comments