From 46694154dcdf11c4e6bd1f14515eb640f0c86a68 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 2 Feb 2026 19:32:55 +0100 Subject: [PATCH] Fix favicon: point to existing MOPC logo PNG instead of missing favicon.ico Co-Authored-By: Claude Opus 4.5 --- 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 c066188..f5c74ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,7 +10,7 @@ export const metadata: Metadata = { }, description: 'Monaco Ocean Protection Challenge - Jury Voting Platform', icons: { - icon: '/favicon.ico', + icon: '/images/MOPC-blue-small.png', }, }