- Shipped
- 27 Agosti 2026, 07:35 UTC
- Author
- Kamo
- Commit
- dfe3fda
c8ec175 was meant to be an empty rebuild commit. It was not: `git commit --allow-empty` PERMITS an empty result, it does not force one - it still commits the index, and this shared checkout had another session's PreviewBanner.tsx and globals.css staged. Those two files were an undo of 1c03d55 "revert(banner): drop the headline from the top banner", so my commit put t("headline") back after the key had been removed from the dictionary. check-i18n-keys then failed the whole marketing build, so nothing has deployed since - including the pricing work that rebuild was for. This restores both files to c8ec175^, which is what the other session actually pushed. Their staged working copy is untouched: if re-adding the headline is deliberate, it can land properly with previewBanner.headline added to the dictionary first. Verified by running check-i18n-keys against the real dictionary: 1021 keys, all resolve.