Skip to content

Commit 4b150e5

Browse files
authored
feat: TT-560 implemented new icon to favicon and sidebar (#818)
1 parent 44af89e commit 4b150e5

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/app/modules/shared/components/sidebar/sidebar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="sidebar-wrapper" class="table-row border-r border-grayTW-lighter shadow-sm bg-whiteTW dark:bg-grayTW-dark dark:border-grayTW">
33
<div class="table-cell">
44
<div class="relative flex items-center border-b border-grayTW-lighter dark:border-grayTW sidebar-heading">
5-
<img src="assets/img/time-tracker-off.png" alt="ioet-logo" width="50" height="auto" style="padding-top: 0.5rem; padding-left: 1rem;"/>
5+
<img src="assets/img/time-tracker-logo.png" alt="ioet-logo" width="50" height="auto" style="padding-top: 0.5rem; padding-left: 1rem;"/>
66
<h1 class="pl-2 pt-2" style="font-family:spinnaker,sans-serif">ioet</h1>
77
</div>
88
<app-user></app-user>

src/assets/img/time-tracker-logo.png

31.3 KB
Loading

src/assets/img/time-tracker-off.png

-15.5 KB
Binary file not shown.

src/favicon.ico

6.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)