From 5c66e5f867ca8d2ed1af5250bcbd41a6bbb3e29a Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Wed, 15 Apr 2026 22:49:23 -0400 Subject: [PATCH] fix: give PageTitleManager exclusive access to titles --- app/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 40eba0b..24ab7cf 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,6 @@ import { ConnectionProvider } from "@/lib/connection"; import { CHIP_DROP_SOUND_PATHS } from "@/lib/sfx"; export const metadata: Metadata = { - title: "Connect4 RPI Minds & Machines", description: "Watch matches, track tournaments, and play Connect4", icons: { icon: "/favicon.ico",