Skip to content

Commit

Permalink
fix notification alignment (#4) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-jahidhasan committed May 19, 2023
1 parent 558cdb0 commit a71b768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layout/MainLayout/Header/NotificationSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const NotificationSection = () => {
primary={<Typography variant="subtitle1">Joseph William</Typography>}
secondary={<Typography variant="subtitle2">Purchase a new product</Typography>}
/>
<ListItemSecondaryAction sx={{ top: 22 }}>
<ListItemSecondaryAction sx={{ top: 20 }}>
<Grid container justifyContent="flex-end">
<Grid item>
<QueryBuilderTwoToneIcon
Expand All @@ -178,7 +178,7 @@ const NotificationSection = () => {
primary={<Typography variant="subtitle1">Sara Soudein</Typography>}
secondary={<Typography variant="subtitle2">Currently Login</Typography>}
/>
<ListItemSecondaryAction sx={{ top: 22 }}>
<ListItemSecondaryAction sx={{ top: 30 }}>
<Grid container justifyContent="flex-end">
<Grid item>
<QueryBuilderTwoToneIcon
Expand All @@ -205,7 +205,7 @@ const NotificationSection = () => {
primary={<Typography variant="subtitle1">Sepha Wilon</Typography>}
secondary={<Typography variant="subtitle2">Purchase a new product</Typography>}
/>
<ListItemSecondaryAction sx={{ top: 22 }}>
<ListItemSecondaryAction sx={{ top: 30 }}>
<Grid container justifyContent="flex-end">
<Grid item>
<QueryBuilderTwoToneIcon
Expand Down

0 comments on commit a71b768

Please sign in to comment.