Skip to content

Commit

Permalink
pushing to new branch security-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyapandetekdi committed Dec 9, 2024
1 parent 14cfd8a commit 5f18a7d
Showing 1 changed file with 0 additions and 121 deletions.
121 changes: 0 additions & 121 deletions src/components/Layouts.jsx/MainLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ const MainLayout = (props) => {
}, [startShowCase, isShowCase, gameOverData]);

let currentPracticeStep = progressData?.currentPracticeStep;
// let currentPracticeProgress = progressData?.currentPracticeProgress || 0;

const sectionStyle = {
width: "100%",
Expand Down Expand Up @@ -514,67 +513,6 @@ const MainLayout = (props) => {
);
})}
</Box>
{/* <Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
ml: {
xs: 10,
sm: 15,
lg: 25,
md: 15,
},
mt: 2,
}}
>
<span
style={{
color: "#1E2937",
fontWeight: 500,
lineHeight: "18px",
fontSize: "14px",
fontFamily: "Quicksand",
}}
>
{"Overall Progress:"}
</span>
<Box
sx={{
height: "12px",
width: {
md: "250px",
lg: "350px",
},
background: "#D1F8D5",
borderRadius: "6px",
ml: 2,
position: "relative",
}}
>
<Box
sx={{
height: "12px",
width: `${currentPracticeProgress}%`,
background: "#18DE2C",
borderRadius: "6px",
position: "absolute",
}}
></Box>
</Box>
<span
style={{
color: "#1E2937",
fontWeight: 700,
lineHeight: "18px",
fontSize: "14px",
fontFamily: "Quicksand",
marginLeft: "10px",
}}
>
{`${currentPracticeProgress}%`}
</span>
</Box> */}
</Box>
</Box>
)}
Expand Down Expand Up @@ -1042,65 +980,6 @@ const MainLayout = (props) => {
);
})}
</Box>
{/* <Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
ml: {
lg: 25,
md: 15,
},
mt: 2,
}}
>
<span
style={{
color: "#1E2937",
fontWeight: 500,
lineHeight: "18px",
fontSize: "14px",
fontFamily: "Quicksand",
}}
>
{"Overall Progress:"}
</span>
<Box
sx={{
height: "12px",
width: {
md: "250px",
lg: "350px",
},
background: "#D1F8D5",
borderRadius: "6px",
ml: 2,
position: "relative",
}}
>
<Box
sx={{
height: "12px",
width: `${currentPracticeProgress}%`,
background: "#18DE2C",
borderRadius: "6px",
position: "absolute",
}}
></Box>
</Box>
<span
style={{
color: "#1E2937",
fontWeight: 700,
lineHeight: "18px",
fontSize: "14px",
fontFamily: "Quicksand",
marginLeft: "10px",
}}
>
{`${currentPracticeProgress}%`}
</span>
</Box> */}
</Box>
</Box>
)}
Expand Down

0 comments on commit 5f18a7d

Please sign in to comment.