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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-24 20:19:05 -08:00
parent 05db0343af
commit 0de217d5f5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export const metadata: Metadata = {
},
manifest: '/manifest.json',
icons: {
icon: '/favicon.ico',
icon: "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🗺️</text></svg>",
apple: '/apple-touch-icon.png',
},
};