Skip to content

Commit

Permalink
Merge pull request #261 from MetaCell/feature/AREG-143
Browse files Browse the repository at this point in the history
AREG-143 New partner logo
  • Loading branch information
filippomc authored Sep 9, 2024
2 parents 6b22c18 + 8a7b811 commit 25c597b
Show file tree
Hide file tree
Showing 2 changed files with 2 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.
3 changes: 2 additions & 1 deletion applications/portal/frontend/src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ const About = () => {
{ name: 'Fujifilm Wako USA', url: 'https://wakousa.com/', img: './assets/partners/fujifilm-wako-chemicals-usa-corporation-logo-vector.png' },
{ 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: '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' }
]
const history = useHistory();
const navigate = () => history.push('/');
Expand Down

0 comments on commit 25c597b

Please sign in to comment.