|
68 | 68 | <div class="flex flex-row flex-nowrap items-center">
|
69 | 69 | <div class="flex items-center justify-center">
|
70 | 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"> |
| 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"> |
73 | 74 | <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
74 | 75 | <polyline points="5 12 3 12 12 3 21 12 19 12"></polyline>
|
75 | 76 | <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path>
|
|
79 | 80 | </div>
|
80 | 81 |
|
81 | 82 | <div class="flex items-center justify-center">
|
82 |
| - <a [routerLink]="['/notification-center']" class="flex mr-6"> |
| 83 | + <a [routerLink]="['/notification-center']" class="flex mr-6 tooltip tooltip-left" |
| 84 | + data-tip="Notification center"> |
83 | 85 | <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
|
84 | 86 | <path
|
85 | 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" />
|
|
102 | 104 | </div>
|
103 | 105 | <div class="flex justify-center overflow-visible">
|
104 | 106 | <div *ngIf="user" class=" mr-4">
|
105 |
| - <kern-dropdown [dropdownOptions]="{ |
| 107 | + <kern-dropdown [dropdownOptions]="{ |
106 | 108 | optionArray: showConfigSettings ? ['Account Settings', 'Change config', 'Logout'] : ['Account Settings', 'Logout'],
|
107 | 109 | buttonVersion: 'userIcon',
|
108 | 110 | avatarUri: avatarUri
|
109 |
| - }" (optionClicked)="executeOption($event)" |
110 |
| - ></kern-dropdown> |
| 111 | + }" (optionClicked)="executeOption($event)"></kern-dropdown> |
111 | 112 | </div>
|
112 | 113 | </div>
|
113 | 114 | </div>
|
|
0 commit comments