-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(mrc): fix <OnboardingLayout /> #14940
base: develop
Are you sure you want to change the base?
Conversation
a2759e4
to
1890ea6
Compare
1890ea6
to
2d1433d
Compare
/> | ||
</div> | ||
)} | ||
<OdsText | ||
preset={ODS_TEXT_PRESET.heading1} | ||
className="block text-center sm:pt-8 xs:pt-2.5" | ||
className="block text-center " |
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.
Niptick
className="block text-center " | |
className="block text-center" |
- more info: use <OdsButton /> - update css to match design specs ref: 14934 Signed-off-by: Romain Jamet <[email protected]>
ref: 14934 Signed-off-by: Romain Jamet <[email protected]>
2d1433d
to
32eefc4
Compare
Quality Gate passedIssues Measures |
{description} | ||
</OdsText> | ||
)} | ||
{description} |
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.
nitpick: I think this can have adverse effect on existing apps if they dont pass description
inside an OdsText
.
IMO, OdsText
must be retained.
develop
Only FR translations have been updatedBreaking change is mentioned in relevant commitsDescription
<OdsButton />