From 50b4b2f5fa23ea27ee4ad041cb044e5acf9bf899 Mon Sep 17 00:00:00 2001 From: Createsequence Date: Thu, 11 Jul 2024 16:37:06 +0800 Subject: [PATCH] [ISSUE #229] Fix 404 issue due to setting log path to relative path (#231) --- src/theme/Footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx index c6bd32c25c..454f72d14d 100644 --- a/src/theme/Footer/index.tsx +++ b/src/theme/Footer/index.tsx @@ -78,7 +78,7 @@ function Footer(): JSX.Element | null { {links && links.length > 0 && (
- +
{[{logoSrc: ''},...links].map((linkItem, i) => { return (