From b99c8430e45d6463e5314f8d049e75bca2ea8512 Mon Sep 17 00:00:00 2001 From: Koper Date: Fri, 21 Jul 2023 19:17:03 +0700 Subject: [PATCH] Transcript in footer --- app/components/dashboard.js | 17 +++++------------ app/layout.js | 3 --- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/app/components/dashboard.js b/app/components/dashboard.js index b97bfffd..28467503 100644 --- a/app/components/dashboard.js +++ b/app/components/dashboard.js @@ -48,25 +48,18 @@ export function Dashboard({ ))} -
-
-
Live
-
Transcript
-
-
-
- {transcriptionText} -
-
- {finalSummary && ( -
+

Final Summary

Duration: {finalSummary.duration}

{finalSummary.summary}

)}
+ + ); } diff --git a/app/layout.js b/app/layout.js index 858afbeb..2e0bf202 100644 --- a/app/layout.js +++ b/app/layout.js @@ -20,9 +20,6 @@ export default function RootLayout({ children }) {
{children}
-