Skip to content

Commit

Permalink
Merge pull request #263 from MetaCell/feature/AREG-144
Browse files Browse the repository at this point in the history
AREG-144 Add new partners
  • Loading branch information
filippomc authored Sep 13, 2024
2 parents 25c597b + ba2cb58 commit 30c507e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion applications/portal/frontend/src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ const About = () => {
{ name: 'Active Motif', url: 'https://www.activemotif.com/', img: './assets/partners/Active-Motif.jpg' },
{ name: 'Life Canvas Technologies', url: 'https://lifecanvastech.com/', img: './assets/partners/LifeCanvas.jpeg' },
{ name: 'AdipoGen Life Sciences', url: 'https://adipogen.com/', img: './assets/partners/AdipoGen_Logo_LIFE_SCIENCES_CMYK_2015_NEW_13cm_lowres.jpg' },
{ name: 'Creative Biolabs', url: 'https://www.creativebiolabs.net/?utm_source=antibodyregistry&utm_medium=logo&utm_campaign=Creative+Biolabs-Recombinant+Antibody', img: './assets/partners/biolabs.png' }
{ name: 'Creative Biolabs', url: 'https://www.creativebiolabs.net/?utm_source=antibodyregistry&utm_medium=logo&utm_campaign=Creative+Biolabs-Recombinant+Antibody', img: './assets/partners/biolabs.png' },
{ name: 'Bio-techne', url: 'https://www.bio-techne.com/', img: './assets/partners/bio-techne.png'},
{ name: 'Bio-Rad', url: 'https://www.bio-rad.com/', img: './assets/partners/bio-rad.jpg'}
]
const history = useHistory();
const navigate = () => history.push('/');
Expand Down

0 comments on commit 30c507e

Please sign in to comment.