mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
hexo 页脚
This commit is contained in:
@@ -7,7 +7,7 @@ import { siteConfig } from '@/lib/config'
|
||||
export default function PoweredBy(props) {
|
||||
return (
|
||||
<div
|
||||
className={`gap-x-1 flex flex-wrap text-sm font-serif ${props.className}`}>
|
||||
className={`gap-x-1 flex flex-wrap text-sm font-serif ${props.className || ''}`}>
|
||||
<span>Powered by</span>
|
||||
<a
|
||||
href='https://github.com/tangly1024/NotionNext'
|
||||
|
||||
@@ -35,7 +35,7 @@ const Footer = ({ title }) => {
|
||||
<h1 className='text-xs pt-4 text-light-400 dark:text-gray-400'>
|
||||
{title} {siteConfig('BIO') && <>|</>} {siteConfig('BIO')}
|
||||
</h1>
|
||||
<PoweredBy />
|
||||
<PoweredBy className='justify-center' />
|
||||
</span>
|
||||
<br />
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user