Skip to content

Commit

Permalink
Merge pull request #1178 from internxt/update-footer-gdpr
Browse files Browse the repository at this point in the history
[_]: update/footer spanish version gdpr image
  • Loading branch information
jaaaaavier authored Dec 13, 2024
2 parents 2fec75c + 72097b6 commit 55bcfd9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/layout/footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,7 @@ export default function Footer({
{lang !== 'es' ? (
<Image src={getImage('/icons/social/gdpr-internxt.svg')} alt="GDPR Internxt" width={146} height={48} />
) : (
<Image
src={getImage('/icons/social/gdpr-internxt-2.jpg')}
alt="GDPR Internxt"
width={180}
height={48}
/>
<Image src={getImage('/icons/social/cdti.png')} alt="GDPR Internxt" width={200} height={60} />
)}
<div className="flex flex-row items-center space-x-4">
<Link href="/" locale={lang} className="flex flex-shrink-0">
Expand Down

0 comments on commit 55bcfd9

Please sign in to comment.