@@ -11,7 +11,7 @@ import CanadaGnomadLogo from '../about/federation/CanadaGnomadLogo.png'
1111// @ts -ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
1212import ChinaGnomadLogo from '../about/federation/ChinaGnomadLogo.png'
1313// @ts -ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
14- import EuropeanGenomePhoneArchiveLogo from '../about/federation/EuropeanGenomePhenomeArchiveLogo.png'
14+ import EuropeanGenomePhenomeArchiveLogo from '../about/federation/EuropeanGenomePhenomeArchiveLogo.png'
1515// @ts -ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
1616import InstituteForGenomicsStatisticsAndBioinformaticsLogo from '../about/federation/InsituteForGenomicsStatisticsAndBioinformaticsLogo.png'
1717// @ts -ignore - TS2307 Cannot fine module ... or its corresponding type declarations.
@@ -214,17 +214,29 @@ export default () => (
214214
215215 < CenteredContainer >
216216 < LogoContainer >
217- < SingleLogo alt = "" src = { CanadaGnomadLogo } />
218- < SingleLogo alt = "" src = { ChinaGnomadLogo } />
219- < SingleLogo alt = "" src = { AustralianGeneticDiversityDatabaseLogo } />
220- < DoubleLogo alt = "" src = { InstituteForGenomicsStatisticsAndBioinformaticsLogo } />
217+ < SingleLogo alt = "gnomAD Canada logo" src = { CanadaGnomadLogo } />
218+ < SingleLogo alt = "gnomAD China logo" src = { ChinaGnomadLogo } />
219+ < SingleLogo
220+ alt = "Australian Genetic Diversity Database logo"
221+ src = { AustralianGeneticDiversityDatabaseLogo }
222+ />
223+ < DoubleLogo
224+ alt = "Institute for Genomic Statics and Bioinformatics logo"
225+ src = { InstituteForGenomicsStatisticsAndBioinformaticsLogo }
226+ />
221227 </ LogoContainer >
222228 </ CenteredContainer >
223229 < CenteredContainer >
224230 < LogoContainer >
225- < SingleLogo alt = "" src = { EuropeanGenomePhoneArchiveLogo } />
226- < SingleLogo alt = "" src = { PrecisionHealthResearchSingaporeLogo } />
227- < DoubleLogo alt = "" src = { QatarGenomeLogo } />
231+ < SingleLogo
232+ alt = "European Genome-Phenome Archive logo"
233+ src = { EuropeanGenomePhenomeArchiveLogo }
234+ />
235+ < SingleLogo
236+ alt = "Precision Health Research Singapore logo"
237+ src = { PrecisionHealthResearchSingaporeLogo }
238+ />
239+ < DoubleLogo alt = "Qatar Genome logo" src = { QatarGenomeLogo } />
228240 </ LogoContainer >
229241 </ CenteredContainer >
230242 </ InfoPage >
0 commit comments