Skip to content

Commit

Permalink
Merge pull request #236 from Sunbird-ALL/main
Browse files Browse the repository at this point in the history
Changing span into typography
  • Loading branch information
gouravmore authored Dec 19, 2024
2 parents 783b5e1 + d2578d4 commit 3a2f7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layouts.jsx/MainLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ const MainLayout = (props) => {
fontSize={{ md: "14px", xs: "10px" }}
>
{!gameOverData ? "Start Game ➜" : "Practice ➜"}
</span>
</Typography>
{/* <NextButton /> */}
</Box>
</Box>
Expand Down

0 comments on commit 3a2f7fe

Please sign in to comment.