From 0de217d5f5a2f29545eafb327e7ffd009f23430d Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 20:19:05 -0800 Subject: [PATCH] fix: dark background + emoji favicon for rStack design consistency Standardize to dark background (#0f172a / slate-900) and add emoji data URI favicon matching the rStack ecosystem. Co-Authored-By: Claude Opus 4.6 --- 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 d43dfa3..fa088aa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,7 @@ export const metadata: Metadata = { }, manifest: '/manifest.json', icons: { - icon: '/favicon.ico', + icon: "data:image/svg+xml,🗺️", apple: '/apple-touch-icon.png', }, };