update nav

This commit is contained in:
2024-08-12 15:48:55 +05:30
parent f7a8da789c
commit fd45d6aeef

View File

@@ -129,9 +129,9 @@ const Dashbaord = () => {
<Box h={'45%'} display={'flex'} pe={4} >
<Box w={'60%'} h={'100%'} p={4} pe={6} pt={1} >
<Box position={'relative'} h={'100%'} boxShadow={'lg'} display={'flex'} justifyContent={'center'} rounded={'xl'} p={5} ps={0} pe={0}>
{/* <Text position={'absolute'} top={3} left={6} as={'span'} fontSize={'sm'}>Exchange rate currency</Text>
<LineChart /> */}
<ApexLine/>
<Text position={'absolute'} top={3} left={6} as={'span'} fontSize={'sm'}>Exchange rate currency</Text>
<LineChart />
{/* <ApexLine/> */}
</Box>
</Box>