-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[website] Improve pricing page #35767
[website] Improve pricing page #35767
Conversation
3a2ac37
to
4a0fdd9
Compare
|
4a0fdd9
to
3f8e7e7
Compare
@@ -60,7 +60,7 @@ export default function WhatToExpect() { | |||
The licenses are sold on a per front-end developer basis. The Pro plan includes is | |||
capped at ten licenses; you do not need to pay for additional licenses for more than | |||
ten developers. You can contact <Link href="mailto:[email protected]">sales</Link> for a | |||
volume discount when licensing over 50 developers under the Premium plan. | |||
volume discount when licensing over 25 developers under the Premium plan. |
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.
Fix to match with the behavior in https://mui.com/store/items/mui-x-premium/.
@@ -1087,7 +1099,7 @@ export default function PricingTable({ | |||
width: '100%', | |||
height: '100%', | |||
'&:hover': { | |||
bgcolor: alpha(theme.palette.grey[50], 0.4), | |||
bgcolor: alpha(theme.palette.primary.main, 0.06), |
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.
Change a bit the look & feel to improve the expand button affordance.
3f8e7e7
to
37b2ce5
Compare
const [dataGridCollapsed, setDataGridCollapsed] = React.useState(false); | ||
|
||
React.useEffect(() => { | ||
if (router.query['expand-path'] === 'all') { |
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.
copy
if (name === 'expand-path') { |
cad442e
to
ac9099e
Compare
Co-authored-by: Sam Sycamore <[email protected]> Signed-off-by: Olivier Tassinari <[email protected]>
Signed-off-by: Olivier Tassinari <[email protected]>
In the support/sales channel, we from time to time have people that don't know that the data grid row can be expanded. https://deploy-preview-35767--material-ui.netlify.app/pricing/?expand-path=all