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>
)
}