This commit is contained in:
Malai Raja
2023-12-13 10:33:57 +05:30
parent be9d119961
commit e076b8942f
9 changed files with 280 additions and 92 deletions

View File

@@ -235,11 +235,16 @@ const navigate = useNavigate()
</Box>
<Notification />
{/* <Message /> */}
{!matchesXs && <Profile />}
{matchesXs && <MobileSection />}
{/* {!matchesXs && <Profile />}
{matchesXs && <MobileSection />} */}
<Tooltip title='Notifications'>
<Profile />
</Tooltip>
</Stack>
</Stack>
</>