add banner for ai engineer sf#3194
Open
leonardwolters wants to merge 1 commit into
Open
Claude / Claude Code Review
completed
Jun 26, 2026 in 3m 58s
Code review found 1 potential issue
Found 4 candidates, confirmed 1. See review comments for details.
Details
| Severity | Count |
|---|---|
| 🔴 Important | 0 |
| 🟡 Nit | 1 |
| 🟣 Pre-existing | 0 |
| Severity | File:Line | Issue |
|---|---|---|
| 🟡 Nit | components/layout/Banner.tsx:16-17 |
Incorrect event name: missing apostrophe-s in "World's Fair" |
Annotations
Check warning on line 17 in components/layout/Banner.tsx
claude / Claude Code Review
Incorrect event name: missing apostrophe-s in "World's Fair"
The desktop banner reads "AI Engineer World Fair" but the canonical event name is "AI Engineer World's Fair" (apostrophe-s). The URL slug `/worldsfair` reflects this, and the existing reference in `content/blog/2026-04-30-langfuse-april-update.mdx:105` already uses the canonical form. Suggest: `Langfuse @ AI Engineer World's Fair in San Francisco · Find us at booth LG-39 →`.
Loading