feat: refacotor ui
This commit is contained in:
@@ -4,9 +4,10 @@ import FooterContent from './FooterContent'
|
||||
|
||||
const Footer = () => {
|
||||
return (
|
||||
<LayoutFooter>
|
||||
<FooterContent />
|
||||
</LayoutFooter>
|
||||
// <LayoutFooter>
|
||||
// <FooterContent />
|
||||
// </LayoutFooter>
|
||||
<></>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { CircularProgress } from '@mui/material'
|
||||
export default function Loading({ size = 60 }: { size?: number }) {
|
||||
return (
|
||||
<div className='fixed inset-0 z-50 flex items-center justify-center bg-white/70'>
|
||||
<CircularProgress size={size} color='primary' />
|
||||
<CircularProgress size={size} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -4,9 +4,10 @@ import FooterContent from './FooterContent'
|
||||
|
||||
const Footer = () => {
|
||||
return (
|
||||
<LayoutFooter>
|
||||
<FooterContent />
|
||||
</LayoutFooter>
|
||||
// <LayoutFooter>
|
||||
// <FooterContent />
|
||||
// </LayoutFooter>
|
||||
<></>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user