🕶 侧边栏微调

This commit is contained in:
tangly1024
2021-09-29 13:16:40 +08:00
parent a9f99ae51a
commit 1fca1281f9
4 changed files with 23 additions and 20 deletions

View File

@@ -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 }) => {
<footer
className='flex-shrink-0 m-auto w-full text-gray-500 dark:text-gray-400'
>
<div className='py-2'>
<span className='text-xl border-b-2'>联系我</span>
<div className='py-2'>
<SocialButton />
</div>
</div>
<div className='text-sm py-4 text-gray-400'>
<div className='text-sm text-gray-400'>
<hr className='py-2'/>
<span className='fa fa-shield leading-6'><a href='https://beian.miit.gov.cn/'
className='ml-1'>闽ICP备20010331号</a></span>
<br />