mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 15:09:34 +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'
|
||||
|
||||
Reference in New Issue
Block a user