Adds the Europe edition ID "eur" to the editions mapped over in the findBranding function. This should mean that edition branding will now be added for the Europe edition. This will enable the correct styling of labs containers and cards when the Europe edition is selected.
Tested on CODE and the EditionBranding now pulls through for "EUR" correctly:
Want to make another preview release?
Click 'Run workflow' in the [GitHub UI](https://github.com/guardian/facia-scala-client/actions/workflows/release.yml), specifying the ei/add-branding-eur-edition branch, or use the [GitHub CLI](https://cli.github.com/) command:
gh workflow run release.yml --ref ei/add-branding-eur-edition
Want to make a full release after this PR is merged?
Click 'Run workflow' in the [GitHub UI](https://github.com/guardian/facia-scala-client/actions/workflows/release.yml), leaving the branch as the default, or use the [GitHub CLI](https://cli.github.com/) command:
gh workflow run release.yml
What does this change?
Adds the Europe edition ID "eur" to the editions mapped over in the findBranding function. This should mean that edition branding will now be added for the Europe edition. This will enable the correct styling of labs containers and cards when the Europe edition is selected.
Tested on CODE and the EditionBranding now pulls through for "EUR" correctly: