feat: change favicon to mountain emoji

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-12-13 22:57:36 -05:00
parent f8bb379a0f
commit 2cf3056735
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const metadata: Metadata = {
icons: {
icon: [
{
url: 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" fontSize="90">🍄</text></svg>',
url: 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" fontSize="90">🏔️</text></svg>',
},
],
},