Skip to content

Commit

Permalink
add status fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc101101 committed Mar 17, 2024
1 parent 1c6f02a commit 76489de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/pages/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const Status = () => {
<Divider />{" "}
</div>
<Grid container spacing={3} style={{ marginTop: "0rem" }}>
<Grid item xs={12} md={6} lg={3} xl={3}>
{/* <Grid item xs={12} md={6} lg={3} xl={3}>
<div
style={{
borderRadius: "1rem",
Expand Down Expand Up @@ -373,7 +373,7 @@ export const Status = () => {
</a>
</div>
</div>
</Grid>
</Grid> */}
<Grid item xs={12} md={6} lg={3} xl={3}>
<div
style={{
Expand Down

0 comments on commit 76489de

Please sign in to comment.