Skip to content

Commit

Permalink
update v's photo
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Nov 3, 2023
1 parent eec8102 commit a3c9fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openchallenges/team/src/lib/team.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class TeamComponent implements OnInit {
objectKey: 'team/rchai.jpeg',
});
this.verena$ = this.imageService.getImage({
objectKey: 'team/vchung.jpeg',
objectKey: 'team/vchung.png',
});
this.maria$ = this.imageService.getImage({
objectKey: 'team/mdiaz.png',
Expand Down

0 comments on commit a3c9fe4

Please sign in to comment.