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,🗳️", }, }