gitbook 加入社交按钮

This commit is contained in:
tangly1024.com
2024-06-19 16:20:57 +08:00
parent e502f454b8
commit 96d5e2ebee
2 changed files with 172 additions and 26 deletions

View File

@@ -1,4 +1,5 @@
import { siteConfig } from '@/lib/config'
import SocialButton from './SocialButton'
const Footer = ({ siteInfo }) => {
const d = new Date()
@@ -11,7 +12,9 @@ const Footer = ({ siteInfo }) => {
<footer className='z-20 bg:white dark:bg-hexo-black-gray justify-center text-center w-full text-sm relative'>
<hr className='pb-2' />
<div className='flex justify-center'>
<SocialButton />
<div className='flex justify-center pt-1'>
<div>
<i className='mx-1 animate-pulse fas fa-heart' />{' '}
<a