From 334b68d3c578b149867f596530f296ba177a5d89 Mon Sep 17 00:00:00 2001 From: Sergey Mankovsky Date: Thu, 18 Jul 2024 12:08:32 +0200 Subject: [PATCH] Fix recording layout --- www/app/[domain]/transcripts/[transcriptId]/record/page.tsx | 4 ++-- www/app/[domain]/transcripts/topicList.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx b/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx index bde06e46..2d227f57 100644 --- a/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx +++ b/www/app/[domain]/transcripts/[transcriptId]/record/page.tsx @@ -93,8 +93,8 @@ const TranscriptRecord = (details: TranscriptDetails) => { {status === "processing" ? "Processing meeting" : "Record meeting"} - - + +