Skip to content

Commit 97a1900

Browse files
authored
feat: TT-581 Improved TT logo & TT icon (#836)
1 parent e799abe commit 97a1900

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class TimeEntriesTableComponent implements OnInit, OnDestroy, AfterViewIn
2424
lengthMenu: [this.selectOptionValues, this.selectOptionNames],
2525
buttons: [
2626
{
27-
text: "Column Visibility" + " ▼",
27+
text: 'Column Visibility' + ' ▼',
2828
extend: 'colvis',
2929
columns: ':not(.hidden-col)'
3030
},

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +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-logo.png" alt="ioet-logo" width="50" height="auto" style="padding-top: 0.5rem; padding-left: 1rem;"/>
6-
<h1 class="pl-2 pt-2" style="font-family:spinnaker,sans-serif">ioet</h1>
5+
<img src="assets/img/time-tracker-logo.png" alt="ioet-logo" width="200" height="auto"/>
76
</div>
87
<app-user></app-user>
98
<div class="list-group list-group-flush bg-whiteTW dark:bg-grayTW-darker">
-13.8 KB
Loading

src/favicon.ico

-205 KB
Binary file not shown.

0 commit comments

Comments
 (0)