-
Notifications
You must be signed in to change notification settings - Fork 246
add banner for ai engineer sf #3194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
leonardwolters
wants to merge
1
commit into
main
Choose a base branch
from
add-ai-eng-banner
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+17
−17
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 The desktop banner reads "AI Engineer World Fair" but the canonical event name is "AI Engineer World's Fair" (apostrophe-s). The URL slug
/worldsfairreflects this, and the existing reference incontent/blog/2026-04-30-langfuse-april-update.mdx:105already uses the canonical form. Suggest:Langfuse @ AI Engineer World's Fair in San Francisco · Find us at booth LG-39 →.Extended reasoning...
What the bug is
The site-wide top banner introduced in this PR reads
Langfuse @ AI Engineer World Fair in San Francisco(desktop variant incomponents/layout/Banner.tsx:16-17). The official conference name isAI Engineer World's Fair— with apostrophe-s — notWorld Fair.Evidence the canonical name has the apostrophe-s
https://www.ai.engineer/worldsfair— the conference organizer's own URL slug isworldsfair(i.e.world's fair), notworldfair.content/blog/2026-04-30-langfuse-april-update.mdx:105reads:[AI Engineer World's Fair](https://www.ai.engineer/worldsfair), SF — June 29 – July 2, 2026. This PR is inconsistent with the codebase's own existing reference.Step-by-step proof
components/layout/Banner.tsxon this branch.<span className="hidden sm:inline">):Langfuse @ AI Engineer World Fair in San Francisco · Find us at booth LG-39 →.grep -rn "World's Fair" content/→ match atcontent/blog/2026-04-30-langfuse-april-update.mdx:105showing the apostrophe-s form already in use.https://www.ai.engineer/worldsfair→ the URL slug confirmsworld's fair.Impact
This banner sits at the top of every docs page, so the misnamed event is the most prominent piece of marketing copy on the site for the duration of the campaign (~SF event week). The misnaming is purely cosmetic — no functional impact — but it's a public, branded reference and easy to get right.
How to fix
Change line 17 from
AI Engineer World FairtoAI Engineer World's Fair. The mobile variant on line 14 (Langfuse @ AI Engineer · Booth LG-39 →) omits the event name entirely, so it does not need changes. Optionally update the bannerid(fd-top-banner-ai-engineer-world-fair-2026) for internal consistency, but this is not user-visible.