From bc6f4f623523fed2449fb302775b0400670bbfa3 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Wed, 9 Oct 2024 11:23:53 -0400 Subject: [PATCH] Update footer and fix z-index bug --- src/components/nav/Footer.tsx | 115 +++++++++++++++------------------- 1 file changed, 51 insertions(+), 64 deletions(-) diff --git a/src/components/nav/Footer.tsx b/src/components/nav/Footer.tsx index 479c1fe..92e7a01 100644 --- a/src/components/nav/Footer.tsx +++ b/src/components/nav/Footer.tsx @@ -1,12 +1,9 @@ // Partly copied from https://github.com/hyperlane-xyz/hyperlane-website/blob/main/src/components/nav/Footer.tsx -import Image from 'next/image'; import Link from 'next/link'; import { HyperlaneLogo } from '@hyperlane-xyz/widgets'; import { docLinks, links } from '../../consts/links'; -import FooterBg from '../../images/backgrounds/footer-bg.svg'; -import FooterTopBorder from '../../images/backgrounds/footer-top-border.svg'; import { Color } from '../../styles/Color'; import { Discord } from '../icons/Discord'; import { Github } from '../icons/Github'; @@ -36,69 +33,59 @@ const footerLinks3 = [ export function Footer() { return ( -