From 74ee60003fc61931139c802e1b5fa1f7c57e774b Mon Sep 17 00:00:00 2001 From: "ITHQ1947\\saritha.pillai" Date: Wed, 30 Oct 2024 18:01:12 +0530 Subject: [PATCH] Funny memory game changes --- FunnyMemory/src/components/AudioRecorder.tsx | 7 ++- FunnyMemory/src/containers/layout.css | 61 +++++++++++++++++--- 2 files changed, 57 insertions(+), 11 deletions(-) diff --git a/FunnyMemory/src/components/AudioRecorder.tsx b/FunnyMemory/src/components/AudioRecorder.tsx index 2030105c..2324fa53 100644 --- a/FunnyMemory/src/components/AudioRecorder.tsx +++ b/FunnyMemory/src/components/AudioRecorder.tsx @@ -88,19 +88,22 @@ const AudioRecorder = ({ ...props }) => {
+
{ e.stopPropagation(); handleListing(); }} > - + +
{isListening ? i18n.t("RECORDING") : i18n.t("START_RECORDING")}
{isListening && (