mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 07:26:45 +00:00
heo主题页脚加入BIO介绍
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user