Skip to content

Commit

Permalink
Issueid #231942 feat: audio delay right after completing level in pra…
Browse files Browse the repository at this point in the history
…ctice
  • Loading branch information
ajinkyapandetekdi committed Dec 17, 2024
1 parent f324858 commit 5a40064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-dev-tn-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ALL new tn dev Deployment
on:
push:
branches:
- all-1.3-tn-dev-hotfix
- all-1.3-feedback-change

jobs:
deploy:
Expand Down
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 5a40064

Please sign in to comment.