Skip to content

Commit

Permalink
Merge pull request #375 from shreyas1434shinde/notification
Browse files Browse the repository at this point in the history
admin UI enhancement course planner grid issue fix
  • Loading branch information
itsvick authored Dec 2, 2024
2 parents 77ed851 + 3addad5 commit a92cf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/course-planner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const Foundation = () => {
</Grid>
))
) : (
<Grid item xs={12}>
<Grid item xs={12} sm={6} md={4} lg={3}>
<Box
sx={{
cursor: "pointer",
Expand Down

0 comments on commit a92cf6a

Please sign in to comment.