部分组件统一;magzine页脚微调

This commit is contained in:
tangly1024.com
2024-10-31 12:19:24 +08:00
parent 176b66ef6a
commit 5347ffe7db
21 changed files with 324 additions and 224 deletions

View File

@@ -1,4 +1,4 @@
import { GongAnBeiAn } from '@/components/GongAnBeiAn'
import { BeiAnGongAn } from '@/components/BeiAnGongAn'
import { siteConfig } from '@/lib/config'
import SocialButton from './SocialButton'
/**
@@ -36,7 +36,7 @@ const Footer = ({ siteInfo }) => {
<a href='https://beian.miit.gov.cn/' className='mr-2'>
{siteConfig('BEI_AN')}
</a>
<GongAnBeiAn />
<BeiAnGongAn />
<br />
</>
)}