mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
The before/after demo in the comparison gallery (Section 06) was broken because the on-disk files had drifted from the HTML refs: - HTML: <img src="_tests/_thumbs/before-quiet-hour.png" /> - Disk: before-quite-hours.jpeg (JPEG, typo "quite", plural "hours") - HTML: <img src="_tests/_thumbs/after-quiet-hour.png" /> - Disk: after-quite-hour.png (typo "quite") Re-encoded the before file from JPEG to PNG via sips and renamed both to the correct singular "quiet-hour" spelling that the HTML references. The Quiet Hour DevForge before/after now renders. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>