Restore the power mark from v4 and v5 as the favicon

27e5b79cc603 · AtlantisPleb · · parent 1210ac68d0d1

Restore the power mark from v4 and v5 as the favicon

Both repositories carry the same glyph, and they differ only in how it is
backed: `v5/public/favicon.png` is a 240px white mark on transparency, and
`v4/public/favicon.ico` puts that mark on a dark square at 46px.

This takes v5's source and v4's treatment. A transparent white glyph is what
v5 actually shipped, and it disappears against a light browser tab; the dark
backing makes the icon legible in both themes, which matters more now that the
application has a light one. v4's own file is 46px, too small to enlarge, so
the 240px version is the source and the dark square comes from `--ink-void`.

Four sizes, all rendered from that one source rather than resampled from each
other: a 16px favicon, a 32px favicon, a 180px apple-touch icon, and a
multi-resolution .ico carrying 16 through 256. The 16px one is drawn with less
padding, because at that size the ring closes up into a dot if the glyph is
inset as far as it is at the larger sizes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified priv/static/apple-touch-icon.png
  • modified priv/static/favicon-16x16.png
  • modified priv/static/favicon-32x32.png
  • modified priv/static/favicon.ico

Diff

4 files changed, +0 -0

priv/static/apple-touch-icon.png modified

Binary file. Nothing to show as text.

priv/static/favicon-16x16.png modified

Binary file. Nothing to show as text.

priv/static/favicon-32x32.png modified

Binary file. Nothing to show as text.

priv/static/favicon.ico modified

Binary file. Nothing to show as text.

This page updates live while a promote is in flight · changelog