From 8f73f9947135bcf31753927287dbcd3dac9c4cb5 Mon Sep 17 00:00:00 2001 From: Tobias Jern Date: Sun, 12 Nov 2023 03:17:51 +0200 Subject: [PATCH] Move countodnw outside of button --- dance-app/src/sections/recording.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/dance-app/src/sections/recording.tsx b/dance-app/src/sections/recording.tsx index b856815..8d4c9a4 100644 --- a/dance-app/src/sections/recording.tsx +++ b/dance-app/src/sections/recording.tsx @@ -114,19 +114,20 @@ const RecordingPage = ({ Back
- + {showCountDown ? ( +
+ ) : ( + + )}