From 48298d2b1fa3dbfc73922759a4d910e7dae4937f Mon Sep 17 00:00:00 2001 From: Yuga Cohler Date: Fri, 4 Oct 2024 14:54:09 -0400 Subject: [PATCH] Done --- src/app/page.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95124e6..8248cf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,6 @@ export default function Page() { const { data: resolvedAddress, isError, isLoading, error: resolutionError } = useEnsAddress({ name: ensName, - // Basename resolver universalResolverAddress: BASE_RESOLVER_ADDRESS }); @@ -207,7 +206,7 @@ export default function Page() {

Record with Microphone

-
+
-
-
- -
-

Record System Audio (e.g. Zoom Call)

-
- - + {isRecording && ( +
+
+
+
+ Recording... +
+ )}
@@ -272,4 +271,4 @@ export default function Page() {
); -} +} \ No newline at end of file