From d513309b67ae31a996b7b643419bdb24e8740a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6benreich?= <64426524+jonas-hoebenreich@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:50:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20Allow=20user=20to=20zoom?= =?UTF-8?q?=20content=20(#600)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/pages/_app.tsx b/apps/web/src/pages/_app.tsx index c0447a5d4..482ec97f9 100644 --- a/apps/web/src/pages/_app.tsx +++ b/apps/web/src/pages/_app.tsx @@ -91,7 +91,7 @@ const MyApp: NextPage = ({ Component, pageProps }) => {