Skip to content

Commit

Permalink
exchange logos
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Nov 30, 2023
1 parent 653bd73 commit 06f9030
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Binary file modified public/images/logos/clarke_university.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logos/nature_conservancy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/containers/about-page/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const USERS = [
export const PARTNERS = [
{
name: 'The Nature Conservancy',
logo: '/images/logos/nature_conservancy.png',
logo: '/images/logos/nature_conservancy.jpg',
link: 'https://www.nature.org/en-us',
},
{
Expand All @@ -63,21 +63,21 @@ export const PARTNERS = [
logo: '/images/logos/clarke_university.png',
link: 'https://clarke.edu',
},
{
name: 'World Resources Institute',
logo: '/images/logos/world_resources_institute.png',
link: 'https://www.wri.org',
},
// {
// name: 'World Resources Institute',
// logo: '/images/logos/world_resources_institute.png',
// link: 'https://www.wri.org',
// },
{
name: 'Woodwell Climate Research Center',
logo: '/images/logos/woodwell_climate_research.png',
link: 'https://www.woodwellclimate.org',
},
{
name: 'Cornell University',
logo: '/images/logos/cornell_university.png',
link: 'https://www.cornell.edu',
},
// {
// name: 'Cornell University',
// logo: '/images/logos/cornell_university.png',
// link: 'https://www.cornell.edu',
// },
{ name: 'Slu', logo: '/images/logos/slu.png', link: 'https://www.slu.se' },
{ name: 'Sei', logo: '/images/logos/sei.png', link: 'https://www.sei.org' },
{ name: 'Eth Zurich', logo: '/images/logos/eth.png', link: 'https://ethz.ch/en.html' },
Expand Down
2 changes: 1 addition & 1 deletion src/containers/about-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const About = () => {
className="w-full flex items-center justify-center"
{...IN_VIEW_PROPS}
>
<img src={partner.logo} alt={partner.name} />
<img src={partner.logo} alt={partner.name} className="max-h-24 p-2" />
</motion.a>
))}
</div>
Expand Down

0 comments on commit 06f9030

Please sign in to comment.