mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 07:26:45 +00:00
二维码文字相关
This commit is contained in:
@@ -149,9 +149,15 @@ const Footer = props => {
|
||||
)}></img>
|
||||
</div>
|
||||
<div className='space-y-4'>
|
||||
<div className='flex space-x-4 text-center'>
|
||||
{siteConfig('COMMERCE_FOOTER_RIGHT_TEXT', null, CONFIG)}
|
||||
</div>
|
||||
<div
|
||||
className='flex space-x-4 text-center'
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: siteConfig(
|
||||
'COMMERCE_FOOTER_RIGHT_TEXT',
|
||||
null,
|
||||
CONFIG
|
||||
)
|
||||
}}></div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user