Skip to content

Commit

Permalink
- Dashboard layout complete
Browse files Browse the repository at this point in the history
  • Loading branch information
malik-na committed Sep 23, 2024
1 parent 7f2934f commit 92480cc
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 29 deletions.
5 changes: 4 additions & 1 deletion frontend/src/components/ProjectProgress/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Sheet } from "@mui/joy";
import { Sheet, Typography } from "@mui/joy";
import { Gauge, gaugeClasses } from "@mui/x-charts/Gauge";

const settings = {
Expand All @@ -22,6 +22,9 @@ export default function ProjectProgress() {
boxShadow: "sm",
}}
>
<Typography level="title-lg" py={2}>
Progress
</Typography>
<Gauge
{...settings}
cornerRadius="50%"
Expand Down
Loading

0 comments on commit 92480cc

Please sign in to comment.