Skip to content

fix: add emoji favicon to browser tab#34

Merged
anoopcodehack merged 1 commit into
anoopcodehack:mainfrom
Jah-yee:main
Jun 6, 2026
Merged

fix: add emoji favicon to browser tab#34
anoopcodehack merged 1 commit into
anoopcodehack:mainfrom
Jah-yee:main

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Add emoji favicon (πŸ—‚οΈ) to browser tab via inline SVG data URI.

Fix

In client/index.html, added:

<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><text y='32' font-size='32'>πŸ—‚οΈ</text></svg>">

Testing

  • βœ… Diff: 1 file, 1 insertion
  • βœ… No new dependencies
  • βœ… GH007 compliant (no real email in commit)

Fixes #17

@Jah-yee Jah-yee mentioned this pull request Jun 6, 2026
@anoopcodehack
anoopcodehack merged commit 337e04d into anoopcodehack:main Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a favicon to the app

2 participants