Skip to content

Commit

Permalink
fix lazy loading mentors grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffzy15 committed Nov 8, 2023
1 parent 3d84f5f commit 25d4ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ResponsiveDrawer = (props: Props) => {
};

return (
<Box sx={{ display: "flex" }}>
<Box sx={{ display: "flex", paddingBottom: "70px" }}>
<AppBar style={{ background: "white" }} className="toolbar-component">
<Toolbar style={{ display: "flex", justifyContent: "space-between" }}>
<Box style={{ display: "flex", justifyContent: "flex-start" }}>
Expand Down

0 comments on commit 25d4ea6

Please sign in to comment.