Skip to content

Commit

Permalink
Merge pull request #265 from Ayansaha20/all-1.2-tn-dev
Browse files Browse the repository at this point in the history
img-added
  • Loading branch information
swayangjit authored Jan 21, 2025
2 parents 74e2a6b + 418c402 commit 9073738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions src/components/Practice/Mechanics7.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import addSound from "../../assets/audio/add.mp3";
import removeSound from "../../assets/remove.wav";
import { WordRedCircle, StopButton, SpeakButton } from "../../utils/constants";
import { phoneticMatch } from "../../utils/phoneticUtils";
import TigerNew from "../../assets/listen.png";

const Mechanics7 = ({
setVoiceText,
Expand Down Expand Up @@ -516,14 +515,6 @@ const Mechanics7 = ({
zIndex: 2,
}}
/>
<img
src={TigerNew}
alt="pencil"
height={"85px"}
style={{
zIndex: 2,
}}
/>
</Box>
)}
<Box
Expand Down
5 changes: 4 additions & 1 deletion src/views/Practice/Practice.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { MessageDialog } from "../../components/Assesment/Assesment";
import { Log } from "../../services/telementryService";
import Mechanics6 from "../../components/Practice/Mechanics6";
import Mechanics7 from "../../components/Practice/Mechanics7";
import Tiger from "../../assets/Tiger-new.jpg";
//Tiger from "../../assets/Tiger-new.jpg";
import Pencil from "../../assets/pencil.svg";
import Rocket from "../../assets/rocket.svg";
import Rabbit from "../../assets/rabbit.svg";
Expand Down Expand Up @@ -103,6 +103,9 @@ import PocketS from "../../assets/Pocket.wav";
import { PutBucketInventoryConfigurationRequestFilterSensitiveLog } from "@aws-sdk/client-s3";
import usePreloadAudio from "../../hooks/usePreloadAudio";

const Tiger =
"https://raw.githubusercontent.com/Ayansaha20/EkStepImages/refs/heads/main/Tiger-new.jpg";

const Practice = () => {
const [page, setPage] = useState("");
const [recordedAudio, setRecordedAudio] = useState("");
Expand Down

0 comments on commit 9073738

Please sign in to comment.