mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 15:10:16 +00:00
🕶 侧边栏微调
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user