mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-27 20:55:49 +00:00
Updated
This commit is contained in:
@@ -12,11 +12,11 @@ const UnderConstruction = () => {
|
||||
alignItems={'statr'}
|
||||
flexDirection={'column'}
|
||||
ms={"30vw"}
|
||||
gap={5}
|
||||
gap={8}
|
||||
>
|
||||
<Box w={300} className='d-flex justify-content-start align-items-center flex-column'>
|
||||
<Box w={300} className='d-flex justify-content-start align-items-center flex-column gap-2'>
|
||||
<Image src={noInternet} w={300} />
|
||||
<Text color={'blue.800'} as={'span'} className='fw-bold'>Under Construction</Text>
|
||||
<Text color={'blue.800'} as={'span'} className='fw-bold'>Comming soon...</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user