From c24b42eaadb1cd7fbddf1eef4c2cd89b2251c1a7 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Thu, 19 Sep 2024 18:06:00 +0200 Subject: [PATCH] Fix height of custom page (#336) --- app/custom/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/custom/page.tsx b/app/custom/page.tsx index c7d5a78..3b78a75 100644 --- a/app/custom/page.tsx +++ b/app/custom/page.tsx @@ -21,7 +21,7 @@ export default function CustomRoomConnection(props: { } return ( -
+
);