From 9837a4d232b9d21c421ea05be696058c87e8d668 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Feb 2026 12:39:54 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=91=95=20emoji=20favicon=20to=20rSw?= =?UTF-8?q?ag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- frontend/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 1c03dc6..f93f7c9 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -29,6 +29,9 @@ export async function generateMetadata(): Promise { return { title: `${name} — ${tagline}`, description: space?.description || "Design and order custom merchandise.", + icons: { + icon: "data:image/svg+xml,👕", + }, }; }