From 0e9ef24c59fc3aa273c0efa8a58270a648821f66 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 21 Apr 2025 11:09:11 -0400 Subject: [PATCH] fix: fix ios yellow bar again --- 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 bede698..3fa50eb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ export const metadata: Metadata = { description: "a pastebin made with sponge", openGraph: { images: "/sponge.png" }, twitter: { card: "summary" }, - appleWebApp: { statusBarStyle: "black-translucent" }, + appleWebApp: { statusBarStyle: "black" }, }; export const viewport: Viewport = {