Skip to content

Added Heading to Commits Page

Administrator requested to merge LM-commitsPageHeading into main

Created by: lmelende20

Regarding issue #34423 (closed) - [Accessibility Audit] Frontend Platform: Commits page

Added a descriptive header to the Commits Page. I accomplished this by passing down a prop from RepositoryCommitsPage.tsx to ConnectionNodes.tsx. I decided to use an H1 heading rather than an H2 heading, as the issue desired, in order to accomplish better contrast between the heading and the rest of the content on the page. This also followed the pattern that the Compare Page had already set, as the heading on that page is also an H1.

Test plan

Verified changes work locally.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading