From 69df76569db7c8d2f2290a92e542f3422ea027d2 Mon Sep 17 00:00:00 2001 From: LiLeeLing <3050219@gmail.com> Date: Tue, 30 Jul 2024 17:46:11 +0800 Subject: [PATCH] bug fix --- app/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 10948e7f2..163725974 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,7 +13,6 @@ export const metadata: Metadata = { title: "CatGPT", description: "Nya~", appleWebApp: { - title: "CatGPT", title: "CatGPT", statusBarStyle: "default", },