Skip to content

Commit

Permalink
AREG-144 add new partners
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiga115 committed Sep 13, 2024
1 parent 25c597b commit ba2cb58
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 ba2cb58

Please sign in to comment.