heo主题页脚加入BIO介绍

This commit is contained in:
tangly1024.com
2025-02-07 16:29:30 +08:00
parent 659da111e0
commit f5be02e221
3 changed files with 13 additions and 10 deletions

View File

@@ -16,11 +16,6 @@ export default function CopyRightDate() {
<span className='whitespace-nowrap flex items-center gap-x-1'>
<i className='fas fa-copyright' />
<span>{copyrightDate}</span>
<a
href={siteConfig('LINK')}
className='underline font-semibold dark:text-gray-300 '>
{siteConfig('AUTHOR')}
</a>
</span>
)
}

View File

@@ -6,9 +6,8 @@ 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 || ''}`}>
<span>Powered by</span>
<div className={`inline text-sm font-serif ${props.className || ''}`}>
<span className='mr-1'>Powered by</span>
<a
href='https://github.com/tangly1024/NotionNext'
className='underline justify-start'>