You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #47418 and #47496 are implemented, code in the Focused Launch screens should be refactored to re-use <Title> and <Subtitle> components as much as possible.
Particular attention should be applied to make sure that:
the document outline is correct (i.e. since the modal already comes with a <h1> tag, all titles/subtitles in the Focused Launch views should start from <h2>)
the classnames added from the Focused Launch point of view are applied and merged correctly
The text was updated successfully, but these errors were encountered:
There's probably a need to do something similar to ActionButtons as well. For example, we could use BackButton with a different color in DomainsDetails view and PlansDetails view.
Once #47418 and #47496 are implemented, code in the Focused Launch screens should be refactored to re-use
<Title>
and<Subtitle>
components as much as possible.Particular attention should be applied to make sure that:
<h1>
tag, all titles/subtitles in the Focused Launch views should start from<h2>
)The text was updated successfully, but these errors were encountered: