From 8100cca1f7e58ffbba07171759e654c826f8d35f Mon Sep 17 00:00:00 2001 From: Rachid F Date: Thu, 14 Mar 2024 15:57:37 +0300 Subject: [PATCH] :lipstick: Naming Next.js frontend --- apps/client-ts/src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client-ts/src/app/layout.tsx b/apps/client-ts/src/app/layout.tsx index d0904f922..865a96b3e 100644 --- a/apps/client-ts/src/app/layout.tsx +++ b/apps/client-ts/src/app/layout.tsx @@ -7,8 +7,8 @@ import { Toaster } from "@/components/ui/sonner" const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Panora", + description: "Unfied API", }; export default function RootLayout({