feat: add favicon to star-tracker#60
Merged
Merged
Conversation
Lucide `star` (gold) + `trending-up` (blue) combined into a single mark — a chart line rising to meet a star. Served inline from /favicon.svg and used both as the browser favicon and the header brand mark. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
wavekat-eason
pushed a commit
that referenced
this pull request
May 17, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.22](wavekat-com-v0.0.21...wavekat-com-v0.0.22) (2026-05-17) ### Features * add favicon to star-tracker ([#60](#60)) ([4075b41](4075b41)) * add gtag analytics to star-tracker ([#58](#58)) ([5441af3](5441af3)) * add lite audience analytics to star-tracker ([#61](#61)) ([2e4b975](2e4b975)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/favicon.svgroute serving an inlined Lucide-derived mark: a gold star (#ffd740) with a blue (#2196f3)trending-upline rising from the bottom-left to meet the star's lower point — telegraphs "tracking stars over time" at favicon scale.<link rel="icon">added inshell()so every page picks it up.stars.wavekat.com.Test plan
/and confirm the icon appears next tostars.wavekat.comin the header/favicon.svgreturns the SVG withimage/svg+xmlcontent-type🤖 Generated with Claude Code