Skip to content

Commit 47662b5

Browse files
feat: Update header logo icon for improved visual representation
1 parent 9dbe785 commit 47662b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="header">
2-
<div class="header-left" (click)="showAlerts()" style="cursor: pointer;">
3-
<i class="ti ti-lock logo"></i>
2+
<div class="header-left" (click)="showAlerts()" style="cursor: pointer">
3+
<i class="ti ti-shield-half-filled logo"></i>
44
<span class="title">GitHub Alerts</span>
55
</div>
66
<div class="header-right" *ngIf="authenticated">

0 commit comments

Comments
 (0)