mirror of
				https://github.com/linux-do/new-api.git
				synced 2025-11-04 21:33:41 +08:00 
			
		
		
		
	chore: update footer
This commit is contained in:
		@@ -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
 | 
				
			||||||
        )}
 | 
					        )}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user