From 243ed968477aba05d9a2dc4370571dc2be6d26ba Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 18 Oct 2024 22:26:36 +0530 Subject: [PATCH] feat: mui breakpoints config --- src/pages/RecordingPage.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index 1a973e7c..394abc4e 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -113,15 +113,18 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { return ( -
+
{isLoaded ? ( - - - - + + +
+ +
- - + +
+ +
) : (