From 2251b2acff172651a39000d11e79b2a3f6782f1b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Oct 2022 18:03:09 +0800 Subject: [PATCH 1/2] fix Footer/copyright & beian url --- src/layouts/site/Site.component.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/layouts/site/Site.component.tsx b/src/layouts/site/Site.component.tsx index b6ff52f61..3baceec39 100644 --- a/src/layouts/site/Site.component.tsx +++ b/src/layouts/site/Site.component.tsx @@ -9,12 +9,13 @@ interface SiteLayoutProps { } const SiteLayout = ({ MainWrapper = Styled.Main, backgroundColor, children }: PropsWithChildren) => { + let copyright =`©${(new Date()).getFullYear()} TiDB Community` return (
{children}