From 1e11d225fa69a3ad572b784be87121adb91c5ccb Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Fri, 18 Oct 2024 19:37:42 -0300 Subject: [PATCH] Changed page title --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }], };