From 0b46df148408f41b792193742cc0599643f33966 Mon Sep 17 00:00:00 2001 From: carlagn Date: Mon, 24 Jun 2024 10:14:03 +0100 Subject: [PATCH] Update image source (#6120) --- src/theme/Footer/Layout/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/theme/Footer/Layout/index.tsx b/src/theme/Footer/Layout/index.tsx index 6cccfd5bd3..ce900553f1 100644 --- a/src/theme/Footer/Layout/index.tsx +++ b/src/theme/Footer/Layout/index.tsx @@ -1,11 +1,10 @@ -import { FooterNewsletterForm } from "@site/src/components/newsletter/FooterNewsletterForm"; +import useBaseUrl from "@docusaurus/useBaseUrl"; import clsx from "clsx"; import React from "react"; import styles from "./styles.module.scss"; export default function FooterLayout({ style, links, logo, copyright }) { - console.log(links) return (