Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Jun 28, 2024
2 parents f35fa50 + 30701e5 commit 5c4f57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5c4f57a

Please sign in to comment.