Skip to content

Commit

Permalink
remove Sage from sponsor list
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Oct 30, 2023
1 parent c7cb268 commit e38dcd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
title="Informatics Technology for Cancer Research"
/>
</div>
<div class="col text-center sponsor-item">
<img
[src]="(sage$ | async)?.url"
height="80px"
alt="Sage Bionetworks"
title="Sage Bionetworks"
/>
</div>
</div>
</div>
</section>
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { Observable } from 'rxjs';
})
export class SponsorListComponent implements OnInit {
itcr$: Observable<Image> | undefined;
aws$: Observable<Image> | undefined;
sage$: Observable<Image> | undefined;
readonly height = ImageHeight._140px;

constructor(private imageService: ImageService) {}
Expand All @@ -27,9 +25,5 @@ export class SponsorListComponent implements OnInit {
objectKey: 'logo/nci-itcr-alt.svg',
height: this.height,
});
this.sage$ = this.imageService.getImage({
objectKey: 'logo/sage-bionetworks-alt.svg',
height: this.height,
});
}
}

0 comments on commit e38dcd3

Please sign in to comment.