diff --git a/pages/_app.tsx b/pages/_app.tsx
index 59c5229..52d7142 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -14,7 +14,7 @@ export default function App({ Component, pageProps }: AppProps): JSX.Element {
content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"
/>
- ;
+
>
);
}