File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { siteConfig } from '@/lib/config'
7
7
export default function PoweredBy ( props ) {
8
8
return (
9
9
< div
10
- className = { `gap-x-1 flex flex-wrap text-sm font-serif ${ props . className } ` } >
10
+ className = { `gap-x-1 flex flex-wrap text-sm font-serif ${ props . className || '' } ` } >
11
11
< span > Powered by</ span >
12
12
< a
13
13
href = 'https://github.com/tangly1024/NotionNext'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Footer = ({ title }) => {
35
35
< h1 className = 'text-xs pt-4 text-light-400 dark:text-gray-400' >
36
36
{ title } { siteConfig ( 'BIO' ) && < > |</ > } { siteConfig ( 'BIO' ) }
37
37
</ h1 >
38
- < PoweredBy />
38
+ < PoweredBy className = 'justify-center' />
39
39
</ span >
40
40
< br />
41
41
</ footer >
You can’t perform that action at this time.
0 commit comments