Skip to content

Commit

Permalink
chore(browser): update Federated page logos
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Feb 25, 2025
1 parent 4374045 commit 07e664f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Binary file removed browser/about/federation/ChinaGnomadLogo.png
Binary file not shown.
3 changes: 0 additions & 3 deletions browser/src/FederationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import AustralianGeneticDiversityDatabaseLogo from '../about/federation/Australi
// @ts-ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
import CanadaGnomadLogo from '../about/federation/CanadaGnomadLogo.png'
// @ts-ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
import ChinaGnomadLogo from '../about/federation/ChinaGnomadLogo.png'
// @ts-ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
import EuropeanGenomePhenomeArchiveLogo from '../about/federation/EuropeanGenomePhenomeArchiveLogo.png'
// @ts-ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
import InstituteForGenomicsStatisticsAndBioinformaticsLogo from '../about/federation/InsituteForGenomicsStatisticsAndBioinformaticsLogo.png'
Expand Down Expand Up @@ -217,7 +215,6 @@ export default () => (
<CenteredContainer>
<LogoContainer>
<SingleLogo alt="gnomAD Canada logo" src={CanadaGnomadLogo} />
<SingleLogo alt="gnomAD China logo" src={ChinaGnomadLogo} />
<SingleLogo
alt="Australian Genetic Diversity Database logo"
src={AustralianGeneticDiversityDatabaseLogo}
Expand Down
5 changes: 0 additions & 5 deletions browser/src/__snapshots__/FederationPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,6 @@ exports[`Federation Page has no unexpected changes 1`] = `
className="c10"
src="test-file-stub"
/>
<img
alt="gnomAD China logo"
className="c10"
src="test-file-stub"
/>
<img
alt="Australian Genetic Diversity Database logo"
className="c10"
Expand Down

0 comments on commit 07e664f

Please sign in to comment.