Skip to content

Commit

Permalink
Merge pull request #212 from Sunbird-ALL/all-1.3-tn-dev-hotfix
Browse files Browse the repository at this point in the history
All 1.3 tn dev hotfix
  • Loading branch information
gouravmore authored Nov 14, 2024
2 parents af84ec8 + 44bc7e9 commit 5fd3c8f
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 321 deletions.
4 changes: 2 additions & 2 deletions src/components/Layouts.jsx/MainLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import pauseButton from "../../assets/pause.png";
import {
GreenTick,
HeartBlack,
HeartRed,
Diamond,
LevelEight,
LevelFive,
LevelFour,
Expand Down Expand Up @@ -373,7 +373,7 @@ const MainLayout = (props) => {
<Box display={"flex"}>
{[...Array(Math.max(0, redLivesToShow) || 0).keys()]?.map(
(elem) => (
<HeartRed />
<Diamond />
)
)}

Expand Down
Loading

0 comments on commit 5fd3c8f

Please sign in to comment.