From 07a9d48f710139d46c3df0d69c8dc9281caa4784 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Feb 2026 12:39:51 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=92=B0=20emoji=20favicon=20to=20rFu?= =?UTF-8?q?nds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index a956011..9904987 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -18,6 +18,9 @@ const geistMono = localFont({ export const metadata: Metadata = { title: 'rFunds - Threshold-Based Flow Funding', description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms. Create interconnected funding funnels with overflow routing and outcome tracking.', + icons: { + icon: "data:image/svg+xml,💰", + }, openGraph: { title: 'rFunds - Threshold-Based Flow Funding', description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms.',