mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 07:56:38 +08:00
chore: update footer
This commit is contained in:
parent
0cbf8e07e7
commit
be54369c12
@ -59,12 +59,10 @@ const Footer = () => {
|
||||
<Layout>
|
||||
<Layout.Content style={{ textAlign: 'center' }}>
|
||||
{footer ? (
|
||||
<Tooltip content={defaultFooter}>
|
||||
<div
|
||||
className='custom-footer'
|
||||
dangerouslySetInnerHTML={{ __html: footer }}
|
||||
></div>
|
||||
</Tooltip>
|
||||
<div
|
||||
className='custom-footer'
|
||||
dangerouslySetInnerHTML={{ __html: footer }}
|
||||
></div>
|
||||
) : (
|
||||
defaultFooter
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user