style(news): put the Arendalsuka session details in callouts - #315
Merged
Conversation
The when and where reads better lifted out of the prose. Session language moved up next to the rest of the practical detail rather than trailing the panel list.
There was a problem hiding this comment.
Pull request overview
Updates the Arendalsuka 2026 news article presentation by moving session logistics (“when/where/organiser/language”) into existing Callout components so the practical details stand out more clearly in the rendered page.
Changes:
- Adds a
Calloutimport to the MDX article. - Replaces the inline bold “when/where” session lines with
Calloutblocks for both sessions. - Moves “Session held in English” into the second session’s callout alongside the rest of the logistics.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Follow-up to #314. Moves the session logistics into
Calloutblocks so the when and where stand out from the prose.Applied to both sessions rather than only the first, since two identically shaped blocks styled differently would read as a mistake. "Session held in English" moves up into the second callout, where the rest of the practical detail lives, instead of trailing the panel list.
Calloutalready existed and is used this way in a 2023 article, so no component changes.pnpm buildandpnpm test:slugspass.