fix: replace unscannable QR art with placeholder in blog #80

Merged
razvandimescu merged 1 commits from fix/blog-qr-placeholder into main 2026-04-11 09:17:46 +08:00
razvandimescu commented 2026-04-11 09:12:29 +08:00 (Migrated from github.com)

Summary

  • Replace Unicode block-character QR code in DoT blog post with a bordered placeholder box
  • The text-art QR can't be scanned by phone cameras — HTML font metrics distort the grid
  • The dashboard screenshot below it already shows a working SVG QR code

Test plan

  • make blog regenerates HTML correctly
  • make all (fmt + clippy + audit + 204 unit tests) green
  • Visual check on deployed site

🤖 Generated with Claude Code

## Summary - Replace Unicode block-character QR code in DoT blog post with a bordered placeholder box - The text-art QR can't be scanned by phone cameras — HTML font metrics distort the grid - The dashboard screenshot below it already shows a working SVG QR code ## Test plan - [x] `make blog` regenerates HTML correctly - [x] `make all` (fmt + clippy + audit + 204 unit tests) green - [ ] Visual check on deployed site 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.