From e959486fb889afe4b59461b6c9e49ac1570c46cc Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:03:39 +0300 Subject: [PATCH] Update _app.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo in the class name justify-betwee, which should be justify-between. This typo results in incorrect content alignment, as the expected horizontal spacing won’t apply. --- web/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index 46221513c..840bd72e7 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -24,7 +24,7 @@ function MyApp({ Component, pageProps }: AppProps) {