diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d1e8550..8ab7c1d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,11 @@ -import { Provider } from './provide'; +import { Provider } from "./provide"; import Head from "next/head"; import "../../tailwind.config"; import "../styles/global.css"; import { Noto_Sans_KR } from "next/font/google"; export const metadata = { - title: "pick", + title: "PiCK", description: "Generated by Next.js", icons: { icon: "/favicon.svg",