From 25b1a2a394cd8c43c1f7bc8889168f49f57f874a Mon Sep 17 00:00:00 2001 From: Hscpro Date: Sun, 26 Jun 2022 18:16:50 +0800 Subject: [PATCH] Update Footer.js Fix the love icon error of footer --- themes/next/components/Footer.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/next/components/Footer.js b/themes/next/components/Footer.js index 33642b59..334bd246 100644 --- a/themes/next/components/Footer.js +++ b/themes/next/components/Footer.js @@ -11,17 +11,19 @@ const Footer = ({ title }) => { className='dark:bg-gray-900 flex-shrink-0 justify-center text-center m-auto w-full leading-6 text-sm p-6 dark:text-gray-400' > - {`${startYear}${currentYear}`} {BLOG.AUTHOR}.
+ + {`${startYear}${currentYear}`} {BLOG.AUTHOR}.
{BLOG.BEI_AN && <> {BLOG.BEI_AN}
} - +

{title}

- Powered by NotionNext {BLOG.VERSION}.
+ Powered by NotionNext {BLOG.VERSION}. + ) }