You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(terracotta): hero wordmark was rendering 'Fezccdex' instead of 'Fezcodex'
- Pre-slice was -4 (dropping 4 chars), should be -5 to trim 'codex'
- Anchor now correctly takes the 'c' at position title.length-5
- Post now keeps 'odex' (4 chars) instead of 'dex' (3)
0 commit comments