Skip to content

Commit

Permalink
[website] Update Premium price and remove any mention to cap (#43466)
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas authored Sep 2, 2024
1 parent 02e35ca commit 6b0c329
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,27 +251,28 @@ const theme = createTheme({
styleOverrides: {
root: {
'&.MuiSwitch-sizeMedium:has(.MuiSwitch-colorPrimary)': {
'&:has(.Mui-checked):not(:has(.Mui-disabled)):not(:has(.Mui-focusVisible))': {
width: '40px',
height: '21px',
padding: '0',
'& .MuiSwitch-switchBase': {
transform: 'translateX(19px) translateY(2px)',
'&:has(.Mui-checked):not(:has(.Mui-disabled)):not(:has(.Mui-focusVisible))':
{
width: '40px',
height: '21px',
padding: '0',
'& .MuiSwitch-thumb': {
width: '17px',
height: '17px',
background: '#FAFAFA',
},
'& + .MuiSwitch-track': {
width: '38px',
height: '21px',
background: 'var(--mui-palette-success-light)',
borderRadius: 'var(--mui-shape-borderRadiusRound)',
opacity: '1',
'& .MuiSwitch-switchBase': {
transform: 'translateX(19px) translateY(2px)',
padding: '0',
'& .MuiSwitch-thumb': {
width: '17px',
height: '17px',
background: '#FAFAFA',
},
'& + .MuiSwitch-track': {
width: '38px',
height: '21px',
background: 'var(--mui-palette-success-light)',
borderRadius: 'var(--mui-shape-borderRadiusRound)',
opacity: '1',
},
},
},
},
},
},
},
Expand Down
11 changes: 0 additions & 11 deletions docs/src/components/pricing/PricingFAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ const faqData = [
</React.Fragment>
),
},
{
summary: 'Why are you calling it "early access"?',
detail: (
<React.Fragment>
We think you'll love the features we've built so far, but we're planning to release more. We
opened it up as soon as we had something useful so that you can start getting value from it
right away, and we'll be adding new features and components based on our own ideas, and on
suggestions from early access customers.
</React.Fragment>
),
},
{
summary: 'Do developers have to be named?',
detail: (
Expand Down
Loading

0 comments on commit 6b0c329

Please sign in to comment.