Skip to content

Commit

Permalink
feat!: changed MetaData title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
nanodecimeter committed Aug 3, 2024
1 parent 00341ae commit 904b5d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { zillaSlab } from "@/ui/fonts";
import "./globals.css";

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "ASPA - Auckland Student Pool Association",
description: "ASPA Home: View ASPA Landing Page",
};

export default function RootLayout({
Expand All @@ -17,11 +17,11 @@ export default function RootLayout({
return (
<html lang="en">
<body className={`${zillaSlab.className} antialiased`}>
<Header/>
<Header />
<main>
{children}
</main>
<Footer/>
<Footer />
</body>
</html>
);
Expand Down

0 comments on commit 904b5d3

Please sign in to comment.