diff --git a/webapp/src/components/dashboard/home/generalLook.tsx b/webapp/src/components/dashboard/home/generalLook.tsx index a4c3e4b..6c3ce42 100644 --- a/webapp/src/components/dashboard/home/generalLook.tsx +++ b/webapp/src/components/dashboard/home/generalLook.tsx @@ -124,6 +124,11 @@ export default function GeneralLook() { ))} + + + +
+ {stats2.map((stat, index) => (
@@ -139,8 +144,11 @@ export default function GeneralLook() {
))} +
+
+ {stats3.map((stat, index) => (
@@ -161,6 +169,6 @@ export default function GeneralLook() { -
+
) } \ No newline at end of file