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

Commit 2da5459

Browse files
author
JWittmeyer
committed
Adds notification center data tip
1 parent 1e92dc8 commit 2da5459

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@
6868
<div class="flex flex-row flex-nowrap items-center">
6969
<div class="flex items-center justify-center">
7070
<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">
7374
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
7475
<polyline points="5 12 3 12 12 3 21 12 19 12"></polyline>
7576
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path>
@@ -79,7 +80,8 @@
7980
</div>
8081

8182
<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">
8385
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
8486
<path
8587
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,12 +104,11 @@
102104
</div>
103105
<div class="flex justify-center overflow-visible">
104106
<div *ngIf="user" class=" mr-4">
105-
<kern-dropdown [dropdownOptions]="{
107+
<kern-dropdown [dropdownOptions]="{
106108
optionArray: showConfigSettings ? ['Account Settings', 'Change config', 'Logout'] : ['Account Settings', 'Logout'],
107109
buttonVersion: 'userIcon',
108110
avatarUri: avatarUri
109-
}" (optionClicked)="executeOption($event)"
110-
></kern-dropdown>
111+
}" (optionClicked)="executeOption($event)"></kern-dropdown>
111112
</div>
112113
</div>
113114
</div>

0 commit comments

Comments
 (0)