Commit 75dc0dc5 by CalciumIon

chore: update footer

parent fffef91d
...@@ -59,12 +59,10 @@ const Footer = () => { ...@@ -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
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment