-
Notifications
You must be signed in to change notification settings - Fork 2
NXT-802 apply pre heading to h 1 on info pages #512
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
base: main
Are you sure you want to change the base?
Conversation
…use across multiple locations
- Fixed lint issues
…Galp.feature,filterIndicator.feature to exclude list of functional test
…st in wdio configuration
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.
Could we rename to something that's not component specific?.. ContentStructureUtils maybe?
| tree, | ||
| slug, | ||
| }: StoryblokSectionNavProps): JSX.Element => { | ||
| const sectionNavLabel = sectionNavIsPopulated(tree) ? tree[0] : null; |
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.
Given this is the content we'll also need for the preheader, could we move this var into section nav utils as sectionTitle or similar?
https://nicedigital.atlassian.net/browse/NXT-802