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 ( -