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 ( - - - - - {children} - {/*
*/} -
-
- - - ); + return ( + + + + + {children} + {/*
*/} +
+
+ + + ); } diff --git a/app/page.tsx b/app/page.tsx index 68c98ee..d2b0cb5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -16,7 +16,7 @@ export default async function Home() {

Athena
-
is a group of programs at Hack Club to empower girls and nonbinary teenagers to code.
+
is a group of programs at Hack Club to empower girls or girl-identifying teenagers to code.
From hosting in-person hackathons to virtual workshops, Hack Club is a place to become more technical and immerse yourself in coding.