diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 24f2f27..39805b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ import { type Metadata } from "next"; import { TRPCReactProvider } from "@/trpc/react"; export const metadata: Metadata = { - title: "Create T3 App", + title: "Spooky Spotify Showcase", description: "Generated by create-t3-app", icons: [{ rel: "icon", url: "/favicon.ico" }], };