diff --git a/apps/web/pages/index.jsx b/apps/web/pages/index.jsx index 041753e..523aad7 100644 --- a/apps/web/pages/index.jsx +++ b/apps/web/pages/index.jsx @@ -2,7 +2,7 @@ import Head from 'next/head'; import { description, title } from 'config/constants'; import Login from 'components/Login'; -function PageHead({ title }) { +function PageHead() { return (