Skip to content

Commit

Permalink
chore: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Sep 12, 2024
1 parent 0cbf8e0 commit be54369
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions web/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
)}
Expand Down

0 comments on commit be54369

Please sign in to comment.