From cbd0da50f6724a1cc371275766ff432a99f2391f Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sun, 8 Oct 2023 13:51:49 -0500 Subject: [PATCH] fix(embed): [#92] improve embedded display on wider screens --- src/components/Shell/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Shell/Shell.tsx b/src/components/Shell/Shell.tsx index 67c3752..7afd598 100644 --- a/src/components/Shell/Shell.tsx +++ b/src/components/Shell/Shell.tsx @@ -340,7 +340,7 @@ export const Shell = ({ appNeedsUpdate, children, userPeerId }: ShellProps) => {