Skip to content

Commit

Permalink
Merge pull request #1186 from Vizzuality/develop
Browse files Browse the repository at this point in the history
Dev -> Main
  • Loading branch information
mluena authored Nov 26, 2024
2 parents a018101 + f6419cb commit 6b92489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions src/containers/navigation/menu/partners/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Image from 'next/image';
import Link from 'next/link';

import { Media } from 'components/media-query';
import Icon from 'components/ui/icon';

import ABERYSTWYTH_SVG from 'svgs/partners/aberystwyth.svg?sprite';
Expand All @@ -12,20 +11,15 @@ import WETLANDS_SVG from 'svgs/partners/wetlands.svg?sprite';
const PartnersLinks = () => {
return (
<div className="flex w-full space-x-12">
<div className="space-y-4 pb-6">
<div className="relative flex w-60 flex-col space-y-6">
<p className="text-xs font-bold uppercase">Powered by</p>
<Link
href="https://www.mangrovealliance.org/"
className="pb-3 text-left text-2lg font-light leading-3"
className="text-left text-2lg font-light leading-3"
target="_blank"
rel="noopener noreferrer"
>
<Media lessThan="md">
<Image alt="GMA" src="/images/menu/gma.webp" width={88} height={50} />
</Media>
<Media greaterThanOrEqual="md">
<Image alt="GMA" src="/images/menu/gma.webp" width={133} height={58} />
</Media>
<Image alt="GMA" src="/images/menu/gma.webp" width={150} height={65} />
</Link>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/layouts/desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useCallback } from 'react';

import { useMap } from 'react-map-gl';

import Image, { StaticImageData } from 'next/image';
import Image from 'next/image';
import Link from 'next/link';
import { useRouter } from 'next/router';

Expand Down

0 comments on commit 6b92489

Please sign in to comment.