From 1fca1281f9f4318e9baa0ee4b7eaaef8c59af64e Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 29 Sep 2021 13:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B6=20=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Footer.js | 11 ++--------- components/SideBar.js | 22 ++++++++++++++++------ components/SocialButton.js | 2 +- layouts/DefaultLayout.js | 8 ++++---- 4 files changed, 23 insertions(+), 20 deletions(-) diff --git a/components/Footer.js b/components/Footer.js index 7b477f8f..2fd97a54 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -1,6 +1,5 @@ import BLOG from '@/blog.config' import React from 'react' -import SocialButton from '@/components/SocialButton' const Footer = ({ fullWidth = true }) => { const d = new Date() @@ -10,14 +9,8 @@ const Footer = ({ fullWidth = true }) => {