Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
feat: TTA-113 Set a new logo for TT - version 2 (#909)
Co-authored-by: Jimmy Jaramillo <[email protected]>
  • Loading branch information
jimmyjaramillo and jimmyjaramillo authored Aug 2, 2022
commit 96d05b24c9f972052438a453c10b490d2907a912
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.