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
Monospace section label restored — matches design system pattern.
185
+
186
+
---
187
+
188
+
## Minor Observations (Non-blocking)
189
+
190
+
1.**Join CTA image aspect ratio**: The `lab-cafe.jpg` image in the Join CTA has no explicit height constraint. On very wide images, `xl:w-auto` could cause unexpected sizing. Consider adding `xl:max-h-96` or similar.
191
+
192
+
2.**Cover image still uses `.jpg`**: The activities cover image (`/images/activity/learn/cover.jpg`) is still JPG while most inline images were kept as JPG too. Since AVIF showed good results on `read-document.avif`, consider converting more in a future pass — but not blocking.
193
+
194
+
---
195
+
196
+
## Verdict
197
+
198
+
**Approved.** All blocking issues resolved. The design is cohesive, images are performant, and the implementation matches the stated intent.
199
+
200
+
---
201
+
202
+
## Author Response
203
+
204
+
Thanks for the thorough re-review.
205
+
206
+
Acknowledged the non-blocking observations:
207
+
1.**Join CTA height** — Will add `max-h-96` constraint in this PR
208
+
2.**AVIF conversion** — Agreed, will track for a future optimization pass
0 commit comments