diff --git a/src/pages/Dashboard/Dashboard.tsx b/src/pages/Dashboard/Dashboard.tsx index 51751b86..d544650c 100644 --- a/src/pages/Dashboard/Dashboard.tsx +++ b/src/pages/Dashboard/Dashboard.tsx @@ -302,7 +302,7 @@ const DashBoard = () => { + /> diff --git a/src/pages/Dashboard/index.module.scss b/src/pages/Dashboard/index.module.scss index 4abd2bed..60be93d8 100644 --- a/src/pages/Dashboard/index.module.scss +++ b/src/pages/Dashboard/index.module.scss @@ -313,8 +313,8 @@ } .cashEarnedChartHCpieChartClass { - transform: scale(1.3) !important; - margin-top: 32px !important; + transform: scale(1.3) translate(50px, -10px) !important; + margin-top: 42px !important; } .leaderboardRangeMeterClass {