chore: update footer
Some checks failed
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled

This commit is contained in:
CalciumIon 2024-09-12 18:43:01 +08:00
parent fffef91df5
commit 75dc0dc57f

View File

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