From b5358b68799088763bc1c22689e0b1ee2cb9ae88 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 30 Nov 2025 22:19:06 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=97=B3=EF=B8=8F=20emoji=20favicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 8477584..8729c3e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,21 +13,7 @@ export const metadata: Metadata = { "Learn about Conviction Voting, a novel continuous decision-making mechanism where votes accumulate weight over time using a halflife algorithm.", generator: "v0.app", icons: { - icon: [ - { - url: "/icon-light-32x32.png", - media: "(prefers-color-scheme: light)", - }, - { - url: "/icon-dark-32x32.png", - media: "(prefers-color-scheme: dark)", - }, - { - url: "/icon.svg", - type: "image/svg+xml", - }, - ], - apple: "/apple-icon.png", + icon: "data:image/svg+xml,🗳️", }, }