diff --git a/src/pages/Home.js b/src/pages/Home.js index cda0443..761865e 100644 --- a/src/pages/Home.js +++ b/src/pages/Home.js @@ -3,10 +3,6 @@ import PMApi from "@/components/PMApi/PMApi"; import UserCreation from "@/components/UserCreation/UserCreation"; import { withPageAuthRequired } from "@auth0/nextjs-auth0"; import Link from "next/link"; -export const metadata = { - title: "", - description: "" -} export default function Home({ posts, memusers }) { diff --git a/src/pages/Landing.js b/src/pages/Landing.js index d6502d1..5c8b913 100644 --- a/src/pages/Landing.js +++ b/src/pages/Landing.js @@ -102,7 +102,7 @@ const LandingHeaderBar = () => {