Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: TTA-113 Set a new logo for TT - version 2
  • Loading branch information
jimmyjaramillo committed Jul 29, 2022
commit 87f3b3b439de8e757fc17cf18f4bed2e3fb1b7de
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="sidebar-wrapper" class="table-row border-r border-grayTW-lighter shadow-sm bg-whiteTW dark:bg-grayTW-dark dark:border-grayTW">
<div class="table-cell">
<div class="relative flex items-center border-b border-grayTW-lighter dark:border-grayTW sidebar-heading">
<img src="assets/img/time-tracker-logo.png" alt="ioet-logo" width="200" height="auto"/>
<img [src]="urlLogo" alt="ioet-logo" width="200" height="auto"/>
</div>
<app-user></app-user>
<div class="list-group list-group-flush bg-whiteTW dark:bg-grayTW-darker">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class SidebarComponent implements OnInit, OnDestroy {
navStart;
sidebarItems$: Subscription;
isProduction = environment.production === EnvironmentType.TT_PROD_LEGACY;
urlLogo = this.isProduction ? 'assets/img/time-tracker-logo.png' : 'assets/img/time-tracker-logo-v2.png';

constructor(
private router: Router,
Expand Down
Binary file added src/assets/img/time-tracker-logo-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.