Skip to content

Commit

Permalink
feat(browser): add Singapore gnomAD federated logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Feb 13, 2025
1 parent 887051f commit 9f0dae6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added browser/about/federation/SingaporeGnomadLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions browser/src/FederationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import InstituteForGenomicsStatisticsAndBioinformaticsLogo from '../about/federa
// @ts-ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
import PrecisionHealthResearchSingaporeLogo from '../about/federation/PrecisionHealthResearchSingaporeLogo.png'
// @ts-ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
import SingaporeGnomadLogo from '../about/federation/SingaporeGnomadLogo.png'
// @ts-ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
import QatarGenomeLogo from '../about/federation/QatarGenomeLogo.png'

// @ts-expect-error
Expand Down Expand Up @@ -236,6 +238,7 @@ export default () => (
alt="Precision Health Research Singapore logo"
src={PrecisionHealthResearchSingaporeLogo}
/>
<SingleLogo alt="Singapore gnomAD logo" src={SingaporeGnomadLogo} />
<DoubleLogo alt="Qatar Genome logo" src={QatarGenomeLogo} />
</LogoContainer>
</CenteredContainer>
Expand Down
5 changes: 5 additions & 0 deletions browser/src/__snapshots__/FederationPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,11 @@ exports[`Federation Page has no unexpected changes 1`] = `
className="c10"
src="test-file-stub"
/>
<img
alt="Singapore gnomAD logo"
className="c10"
src="test-file-stub"
/>
<img
alt="Qatar Genome logo"
className="c11"
Expand Down

0 comments on commit 9f0dae6

Please sign in to comment.