-
Notifications
You must be signed in to change notification settings - Fork 29
Shorten banner choice card benefits on desktop #13892
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
Conversation
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
@@ -450,7 +450,7 @@ const DesignableBannerV2: ReactComponent<BannerRenderProps> = ({ | |||
setThreeTierChoiceCardSelectedProduct | |||
} | |||
choices={getChoiceCardData( | |||
isTabletOrAbove, | |||
false, |
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.
This field is longerBenefits: boolean
so false
means always show the shorter benefits copy
Size Change: +1 B (0%) Total Size: 973 kB ℹ️ View Unchanged
|
Currently we shorten the benefits copy on mobile only. MRR now want this for desktop as well.
Desktop
Mobile