diff --git a/js/components/funders/fundersModal.js b/js/components/funders/fundersModal.js index 567132941..44f3a4605 100644 --- a/js/components/funders/fundersModal.js +++ b/js/components/funders/fundersModal.js @@ -18,11 +18,15 @@ const useStyles = makeStyles(theme => ({ display: 'block', maxWidth: '72%', maxHeight: '100%' + }, + customModal: { + width: '80%' } })); export const FundersModal = memo(({ openModal, onModalClose }) => { const classes = useStyles(); + const columnLayout = 3; if (openModal === undefined) { console.log('undefined openModal'); @@ -87,72 +91,82 @@ export const FundersModal = memo(({ openModal, onModalClose }) => { const openMolsoft = () => { openLink('https://www.molsoft.com/'); }; + const openCovidMoonshot = () => { + openLink('https://covid.postera.ai/covid'); + }; return ( - onModalClose()}> + onModalClose()}> Funded by: - - + + openXchem()} /> - + openDls()} /> - + openSgc()} /> - + openMrc()} /> - + openWt()} /> - + openInext()} /> - + openJff()} /> - + openUltradd()} /> - + openNf()} /> - + openImi()} /> - + openHorizon()} /> - + openJanssen()} /> Contributors and collaborators: - - + + openM2ms()} /> - + openInformatics()} /> - + openAcellera()} /> - + openOxrse()} /> - + openMolsoft()} /> - + openJanssen()} /> + + openCovidMoonshot()} + /> + ); diff --git a/js/components/header/index.js b/js/components/header/index.js index 518830209..1b4af97b5 100644 --- a/js/components/header/index.js +++ b/js/components/header/index.js @@ -115,6 +115,11 @@ export default memo( window.open('https://www.janssen.com/', '_blank'); }; + const openCovidMoonshot = () => { + // window.location.href = 'https://covid.postera.ai/covid'; + window.open('https://covid.postera.ai/covid', '_blank'); + }; + let authListItem; let username = null; @@ -244,6 +249,14 @@ export default memo( onClick={openJanssen} /> + + +