Skip to content

Commit

Permalink
AREG-143 change link of partners logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiga115 committed Sep 9, 2024
1 parent ff953fd commit 8a7b811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/portal/frontend/src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ 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/', 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' }
]
const history = useHistory();
const navigate = () => history.push('/');
Expand Down

0 comments on commit 8a7b811

Please sign in to comment.