Skip to content

Commit

Permalink
Update metadata in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
agrzegorzewski committed Mar 6, 2024
1 parent fc85450 commit 21a3593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ import { JetBrains_Mono } from "next/font/google";
import Providers from "~/components/Providers/Providers";
import LayoutAppShell from "~/components/AppShell/AppShell";

//TODO: actually pass this font to mantine xD
const font = JetBrains_Mono({
subsets: ["latin"],
variable: "--font-sans",
});

export const metadata = {
title: "Create T3 App",
description: "Generated by create-t3-app",
title: "Quizapp",
description: "Created by agrzegorzewski",
icons: [{ rel: "icon", url: "/favicon.ico" }],
};

Expand Down

0 comments on commit 21a3593

Please sign in to comment.