mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 23:16:54 +00:00
commerce
This commit is contained in:
@@ -59,7 +59,7 @@ const Footer = (props) => {
|
||||
|
||||
</div>
|
||||
|
||||
{siteConfig('COMMERCE_TEXT_FOOTER_LINKS') && <div className='md:border-l pl-4 border-gray-600 my-6 whitespace-pre-line text-left max-w-md'>
|
||||
{siteConfig('COMMERCE_TEXT_FOOTER_LINKS') && <div className='md:border-l pl-4 border-gray-600 my-6 whitespace-pre-line text-left flex-grow'>
|
||||
<div className='font-bold text-white'>{siteConfig('COMMERCE_TEXT_FOOTER_TITLE', 'Contact US')}</div>
|
||||
<div>{siteConfig('COMMERCE_TEXT_FOOTER_LINKS')}</div>
|
||||
</div>}
|
||||
|
||||
Reference in New Issue
Block a user