This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
22
22
font-size: 95%;
23
23
min-height: 48rem;
24
24
min-width: 20rem;
25
- max-width: 23rem ;
26
- width: 20 %;
25
+ max-width: 26rem ;
26
+ width: 25 %;
27
27
text-align: center;
28
28
color: ${ ( { background } ) => background ? colors . white : null } ;
29
29
background: ${ ( { background } ) => background ? 'url("https://www.gitpod.io/galaxy.jpg")' : colors . white } ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { sizes } from '../../styles/variables'
5
5
import LightBulb from '../../resources/light-bulb.svg'
6
6
import Rocket from '../../resources/rocket.png'
7
7
import MagicCap from '../../resources/magic-cap.svg'
8
- import Earth from '../../resources/earth.svg'
9
8
import IconOpenSource from '../../resources/icon-open-source.svg'
10
9
import { PricingBoxProps } from '../PricingBox'
11
10
import PopOver from '../PopOver'
@@ -23,9 +22,9 @@ const Styled = styled.div`
23
22
24
23
&__boxes {
25
24
display: flex;
25
+ justify-content: space-between;
26
26
27
27
@media(max-width: ${ sizes . breakpoints . lg } ) {
28
- justify-content: space-between;
29
28
flex-wrap: wrap;
30
29
}
31
30
@@ -81,14 +80,6 @@ const plans: PricingBoxProps[] = [
81
80
btnText : 'Buy Now' ,
82
81
link : 'https://gitpod.io/subscription/' ,
83
82
renderCreateTeamLink : true
84
- } ,
85
- {
86
- title : 'Enterprise' ,
87
- img : < img alt = 'Earth' src = { Earth } /> ,
88
- feature : < span style = { { fontWeight : 600 } } > Unleash Developer Productivity</ span > ,
89
- background : true ,
90
- btnText : 'Learn More' ,
91
- link : '/enterprise/#enterprise'
92
83
}
93
84
]
94
85
You can’t perform that action at this time.
0 commit comments