Skip to content

Commit

Permalink
Fix Header in Enatega Multivendor Admin not performing according to p…
Browse files Browse the repository at this point in the history
…roper UI/UX #193
  • Loading branch information
Fatima-Bibi committed Nov 14, 2024
1 parent d2f7380 commit 9b5aa46
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function AdminNavbar(props) {

<div>
<Box
onClick={handleMenu}
style={{
display: 'flex',
flexDirection: 'row',
Expand All @@ -87,7 +88,6 @@ function AdminNavbar(props) {
aria-label="account of current user"
aria-controls="menu-appbar"
aria-haspopup="true"
onClick={handleMenu}
color="inherit">
<img
alt="..."
Expand All @@ -102,7 +102,7 @@ function AdminNavbar(props) {
</IconButton>
<Typography
mt={1}
sx={{ fontWeight: 'bold' }}
sx={{ fontWeight: 'bold',cursor: 'pointer' }}
color="common.black">
Ninja
</Typography>
Expand Down Expand Up @@ -160,11 +160,6 @@ function AdminNavbar(props) {
</Select>
</FormControl>
</MenuItem>
<MenuItem
sx={{ color: theme.palette.common.black }}
onClick={handleClose}>
{t('Welcome')}
</MenuItem>
<Divider />
{vendor ? (
<MenuItem
Expand Down

0 comments on commit 9b5aa46

Please sign in to comment.