|
@@ -59,12 +59,10 @@ const Footer = () => {
|
|
|
<Layout>
|
|
<Layout>
|
|
|
<Layout.Content style={{ textAlign: 'center' }}>
|
|
<Layout.Content style={{ textAlign: 'center' }}>
|
|
|
{footer ? (
|
|
{footer ? (
|
|
|
- <Tooltip content={defaultFooter}>
|
|
|
|
|
- <div
|
|
|
|
|
- className='custom-footer'
|
|
|
|
|
- dangerouslySetInnerHTML={{ __html: footer }}
|
|
|
|
|
- ></div>
|
|
|
|
|
- </Tooltip>
|
|
|
|
|
|
|
+ <div
|
|
|
|
|
+ className='custom-footer'
|
|
|
|
|
+ dangerouslySetInnerHTML={{ __html: footer }}
|
|
|
|
|
+ ></div>
|
|
|
) : (
|
|
) : (
|
|
|
defaultFooter
|
|
defaultFooter
|
|
|
)}
|
|
)}
|