Skip to content

Commit 86bf7a2

Browse files
committed
styling
1 parent 11e1cb2 commit 86bf7a2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/pages/Welcome/Welcome.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,6 @@ const Welcome: React.FC = () => {
185185
</p>
186186

187187
<div className="comparison-highlight">
188-
<div className="comparison-col before-col">
189-
<h4>Cloud AI IDEs</h4>
190-
<ul>
191-
<li className="negative">Limited environment access</li>
192-
<li className="negative">Heavy fees</li>
193-
<li className="negative">Bot-attributed commits</li>
194-
<li className="negative">Restricted tool access</li>
195-
</ul>
196-
</div>
197-
<div className="vs-divider">
198-
<span>VS</span>
199-
</div>
200188
<div className="comparison-col after-col">
201189
<h4>Salamander</h4>
202190
<ul>
@@ -206,6 +194,18 @@ const Welcome: React.FC = () => {
206194
<li className="positive">Use any tool you want</li>
207195
</ul>
208196
</div>
197+
<div className="vs-divider">
198+
<span>VS</span>
199+
</div>
200+
<div className="comparison-col before-col">
201+
<h4>Cloud AI IDEs</h4>
202+
<ul>
203+
<li className="negative">Limited environment access</li>
204+
<li className="negative">Heavy fees</li>
205+
<li className="negative">Bot-attributed commits</li>
206+
<li className="negative">Restricted tool access</li>
207+
</ul>
208+
</div>
209209
</div>
210210

211211
<div className="byom-benefits">
@@ -284,7 +284,7 @@ const Welcome: React.FC = () => {
284284
<div className="faq-item">
285285
<h3>How secure is the connection?</h3>
286286
<p>All communications are encrypted end-to-end. We use industry-standard security
287-
protocols and Firebase authentication to ensure your data is protected.</p>
287+
protocols and trusted authentication providers to ensure your data is protected.</p>
288288
</div>
289289
<div className="faq-item">
290290
<h3>What data do you collect?</h3>

0 commit comments

Comments
 (0)