diff --git a/packages/site-ui/components/Footer/Footer.tsx b/packages/site-ui/components/Footer/Footer.tsx index 7d99d62..d63f4c4 100644 --- a/packages/site-ui/components/Footer/Footer.tsx +++ b/packages/site-ui/components/Footer/Footer.tsx @@ -3,7 +3,7 @@ import type { ReactNode } from "react"; import classNames from "classnames"; import { pageWrap, pageWrapPadding } from "../classStrings"; -import { Logo } from "../Logo/Logo"; +import { NewLogo } from "../Logo/NewLogo"; function FooterSection({ children }: { children: ReactNode }) { return ( @@ -94,12 +94,12 @@ export function Footer() { className="flex flex-row items-center gap-4" aria-label="home" > -