feat: refacotor ui

This commit is contained in:
ferdiansyah783
2025-08-08 01:49:00 +07:00
parent 687f59a9fa
commit 7beee4c3a1
19 changed files with 196 additions and 91 deletions
+4 -3
View File
@@ -4,9 +4,10 @@ import FooterContent from './FooterContent'
const Footer = () => {
return (
<LayoutFooter>
<FooterContent />
</LayoutFooter>
// <LayoutFooter>
// <FooterContent />
// </LayoutFooter>
<></>
)
}
+1 -1
View File
@@ -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 -3
View File
@@ -4,9 +4,10 @@ import FooterContent from './FooterContent'
const Footer = () => {
return (
<LayoutFooter>
<FooterContent />
</LayoutFooter>
// <LayoutFooter>
// <FooterContent />
// </LayoutFooter>
<></>
)
}