WS-2562 - Update WS Languages page navigation#14074
Open
louisearchibald wants to merge 37 commits into
Open
Conversation
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
This reverts commit 7ac57be.
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
This reverts commit c044916.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates World Service (WS) Languages page navigation styling and branding, aiming to introduce BBC Blocks in the header and align WS brand assets with the updated design while avoiding impact to services still using legacy navigation.
Changes:
- Adjusts legacy brand banner/SVG sizing via a new
isLanguagesPageprop to support WS Languages-specific layout. - Updates WS chameleon logo SVG path data to the revised design and defines an explicit
viewbox. - Tweaks Collapsible Navigation divider colour from
GREY_10toGREY_5, and updates legacy header logic to show the BBC Blocks banner for WS.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/app/legacy/psammead/psammead-brand/src/index.jsx | Adds isLanguagesPage-driven sizing overrides for the brand banner and SVG. |
| src/app/legacy/containers/Header/index.jsx | Expands BBC Blocks banner rendering conditions to include WS. |
| src/app/legacy/containers/Brand/index.jsx | Passes isLanguagesPage down into the legacy Brand to enable WS-specific styling overrides. |
| src/app/components/ThemeProvider/chameleonLogos/ws.tsx | Replaces the WS logo SVG paths and supplies an explicit viewbox. |
| src/app/components/CollapsibleNavigation/index.styles.ts | Updates nav item divider colour token. |
…ithub.com/bbc/simorgh into WS-2562-update-ws-languages-page-navigation
LilyL0u
approved these changes
Jun 5, 2026
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.
Resolves JIRA: WS-2562
Summary
Updates the Navigation design on the WS Languages Page only, adding the BBC Blocks to Nav and updating the Brand SVG.
Code changes
GREY_10toGREY_5.wsto show updated design.isLanguagesPageprop to override legacy styles ensuring no changes to services using the legacy navigation (Hindi) are affected.Testing