Skip to content

Commit

Permalink
#60 add further images
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaPMunich committed Jan 13, 2024
1 parent faa719c commit 9fab577
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ export class BalanceOverviewComponent extends Loggable implements OnInit {
return './assets/images/girl-hugging-dog.png';
case balance < 10000:
return './assets/images/dog-astronaut-floating.png';
case balance < 15000:
return './assets/images/3d-casual-life-cat-on-laptop.png';
case balance < 17500:
return './assets/images/3d-casual-life-cat-lies-on-open-books.png';
default:
return './assets/images/3d-dog-and-boy-jumping.png';
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9fab577

Please sign in to comment.