zot/internal/assets
patriceckhart 1dafef8fea assets: refresh zot logo to cleaner pixel-art Z
New 1024x1024 source replaces the previous 744x744 pixel-art
Z at internal/assets/zot-logo.png. Same file is:

  - embedded into the binary via //go:embed (served at /logo.png
    by both the oauth callback and the api-key login http
    servers)
  - referenced in README.md's top <img> tag at width=130

No code or layout change. Auth pages already render it via a
CSS image-rendering: pixelated rule so the larger source
downscales cleanly.

All tests pass; go install produces a binary with the new bytes
embedded.
2026-04-20 12:01:43 +02:00
..
assets.go add logo to callback page 2026-04-18 10:15:53 +02:00
zot-logo.png assets: refresh zot logo to cleaner pixel-art Z 2026-04-20 12:01:43 +02:00