Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit ccae3ea

Browse files
committed
[gitpod-vs-codespaces] Slightly clarify speed comparison graphic
1 parent e753a92 commit ccae3ea

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/components/gitpod-vs-codespaces/SpeedComparison.tsx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const StyledSpeedComparison = styled.div`
3535
}
3636
3737
.footnote {
38-
bottom: -5rem;
38+
bottom: -3rem;
3939
}
4040
}
4141
@@ -138,25 +138,23 @@ const SpeedComparison = () => (
138138
<StyledSpeedComparison>
139139
<div className="mark mark--2">
140140
<div className="mark__title footnote">
141-
Open
142-
<br />
143-
Project
141+
Click
144142
</div>
145143
<div className="item item--1">
146144
<h4>Gitpod</h4>
147145
<div className="bar-container">
148146
<div className="bar bar--gitpod">
149-
<div className="bar--gitpod-1"></div>
150-
<div className="bar--gitpod-2 bar--time">&lt;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">&lt; 1 min</div>
151149
</div>
152150
</div>
153151
</div>
154152
<div className="item item--2">
155153
<h4>Codespaces</h4>
156154
<div className="bar-container">
157155
<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>
160158
<div className="bar--codespaces-3 bar--time">&gt; 15 min</div>
161159
</div>
162160
</div>

0 commit comments

Comments
 (0)