[SG-35109] Wildcard V2: <Typography /> Manual migration `H5/H6`
Created by: gitstart-sourcegraph
Manual migration required to update our code to use the Wildcard component. See Wildcard V2 - Planned work for more context
Note: Before doing this, we should check if there is scope for a codemod to automate this migration. If so, the codemod should be implemented and ran before starting work on this issue.
Ref
https://github.com/sourcegraph/sourcegraph/issues/27677
Acceptance criteria
All incorrect usage of the previous pattern has been updated to use the Wildcard component Time estimate Pull requests with ~450 lines changed should take 2-3 hours at maximum. Ping the reviewer in the spec pull request if time-consuming changes are required. Split the work into multiple pull requests if the total diff is bigger than 450 lines of code.
Implementation Detail
Migrate all usage of h5/h6 on codebase to wildcard's H5/H6
Test plan
Ensure there are no UI changes on both storybook and application
App preview:
Check out the client app preview documentation to learn more.