diff --git a/app/layout.tsx b/app/layout.tsx index ea67b29..43ff74f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -4,48 +4,49 @@ import Background from "@/components/Background"; import PlausibleProvider from "next-plausible"; export const metadata: Metadata = { - title: "Athena - Hack Club", - description: "Athena is a group of programs at Hack Club to empower girls and nonbinary teenagers to code.", - icons: "https://assets.hackclub.com/icon-rounded.svg", - openGraph: { - title: "Athena - Hack Club", - description: "Athena is a group of programs at Hack Club to empower girls and nonbinary teenagers to code.", - images: [ - { - url: "/thumbnail.png", - width: 1200, - height: 630, - alt: "Athena - Hack Club" - } - ], - type: "website", - }, - twitter: { - card: "summary_large_image", - title: "Athena - Hack Club", - description: "Athena is a group of programs at Hack Club to empower girls and nonbinary teenagers to code.", - images: ["/thumbnail.png"], - creator: "@hackclub" - } + title: "Athena - Hack Club", + description: + "Athena is a group of programs at Hack Club to empower girls and nonbinary teenagers to code.", + icons: "https://assets.hackclub.com/icon-rounded.svg", + openGraph: { + title: "Athena - Hack Club", + description: + "Athena is a group of programs at Hack Club to empower girls and girl-identifying teenagers to code.", + images: [ + { + url: "/thumbnail.png", + width: 1200, + height: 630, + alt: "Athena - Hack Club", + }, + ], + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Athena - Hack Club", + description: + "Athena is a group of programs at Hack Club to empower girls and and girl-identifying teenagers to code.", + images: ["/thumbnail.png"], + creator: "@hackclub", + }, }; export default function RootLayout({ - children, + children, }: Readonly<{ - children: React.ReactNode; + children: React.ReactNode; }>) { - return ( - -
-