This commit is contained in:
2025-01-15 17:20:08 +05:30
parent ff818c174c
commit 8ac1db1d98

View File

@@ -35,10 +35,10 @@ const DefaultLayout: FC<{ children: React.ReactNode }> = ({ children }) => {
</VStack>
<VStack gap={0} h="100%" w="85%" >
<HStack h={'6%'} w={'100%'} justifyContent={'flex-end'} pe={3} gap={6}>
<RiNotificationLine cursor={'pointer'} style={{ fontSize: '22px' }} />
<RiNotificationLine color="#013e3e" cursor={'pointer'} style={{ fontSize: '22px' }} />
<HStack cursor={'pointer'} onClick={() => navigate('/profile')} >
<Avatar size={'sm'} src="https://i.pinimg.com/736x/d6/cd/0f/d6cd0ffd4634b0763d3958a7325ce26e.jpg" />
<VStack gap={0} alignItems={'flex-start'}>
<VStack color={'#013e3e'} gap={0} alignItems={'flex-start'}>
<Text fontSize={'sm'} fontWeight={'bold'}>Ritesh Pandey</Text>
<Text fontSize={'xs'} >ritesh.pandey@wdimails.com</Text>
</VStack>