This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
src/components/gitpod-vs-codespaces Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const StyledSpeedComparison = styled.div`
35
35
}
36
36
37
37
.footnote {
38
- bottom: -5rem ;
38
+ bottom: -3rem ;
39
39
}
40
40
}
41
41
@@ -138,25 +138,23 @@ const SpeedComparison = () => (
138
138
< StyledSpeedComparison >
139
139
< div className = "mark mark--2" >
140
140
< div className = "mark__title footnote" >
141
- Open
142
- < br />
143
- Project
141
+ Click
144
142
</ div >
145
143
< div className = "item item--1" >
146
144
< h4 > Gitpod</ h4 >
147
145
< div className = "bar-container" >
148
146
< div className = "bar bar--gitpod" >
149
- < div className = "bar--gitpod-1" > </ div >
150
- < div className = "bar--gitpod-2 bar--time" > <1 min</ div >
147
+ < div className = "bar--gitpod-1" title = "Boot Environment & Load UI (< 1 min)" > </ div >
148
+ < div className = "bar--gitpod-2 bar--time" > < 1 min</ div >
151
149
</ div >
152
150
</ div >
153
151
</ div >
154
152
< div className = "item item--2" >
155
153
< h4 > Codespaces</ h4 >
156
154
< div className = "bar-container" >
157
155
< div className = "bar bar--codespaces" >
158
- < div className = "bar--codespaces-1" > Loading </ div >
159
- < div className = "bar--codespaces-2" > Project Build</ div >
156
+ < div className = "bar--codespaces-1" title = "Boot Environment & Load UI (> 5 min)" > Load </ div >
157
+ < div className = "bar--codespaces-2" title = "Build Project (> 10 min)" > Build Project </ div >
160
158
< div className = "bar--codespaces-3 bar--time" > > 15 min</ div >
161
159
</ div >
162
160
</ div >
You can’t perform that action at this time.
0 commit comments