Skip to content

Commit 8b90c70

Browse files
Siddhant-K-codegeropl
authored andcommitted
update login page for Gitpod classic gitpod.io users
1 parent 1c079f8 commit 8b90c70

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

components/dashboard/src/Login.tsx

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ const LoginContent = ({
310310
<Heading1>Log in to Gitpod</Heading1>
311311
) : (
312312
<>
313-
<Heading1>Log in to Gitpod Classic</Heading1>
314-
<Subheading>Hosted by us</Subheading>
313+
<Heading1>Start building with Ona</Heading1>
314+
<Subheading>What do you want to get done today?</Subheading>
315315
</>
316316
)}
317317
</div>
@@ -372,9 +372,19 @@ const LoginContent = ({
372372
{!enterprise && (
373373
<div className="mt-6 text-center text-sm">
374374
<p className="text-pk-content-primary">
375-
Gitpod Classic sunsets Oct 15.{" "}
375+
Gitpod Classic has been sunset on Oct 15.{" "}
376376
<a
377-
href="https://app.gitpod.io"
377+
href="https://ona.com/stories/gitpod-is-now-ona"
378+
target="_blank"
379+
rel="noopener noreferrer"
380+
className="gp-link hover:text-gray-600"
381+
>
382+
{" "}
383+
Gitpod is now Ona
384+
</a>
385+
,{" "}
386+
<a
387+
href="https://app.ona.com"
378388
target="_blank"
379389
rel="noopener noreferrer"
380390
className="gp-link hover:text-gray-600"
@@ -419,9 +429,9 @@ const RightProductDescriptionPanel = () => {
419429
>
420430
Start for free
421431
</a>{" "}
422-
and get $100 credits. <br />
432+
and get $100 in credits. <br />
423433
<br />
424-
Gitpod Classic sunsets Oct 15 |{" "}
434+
Gitpod Classic has been sunset on Oct 15 |{" "}
425435
<a
426436
href="https://ona.com/stories/gitpod-classic-payg-sunset"
427437
target="_blank"
@@ -437,10 +447,6 @@ const RightProductDescriptionPanel = () => {
437447
Delegate software tasks to Ona. It writes code, runs tests, and opens a pull request. Or
438448
jump in to inspect output or pair program in your IDE.
439449
</p>
440-
<p className="text-white/70 text-base mt-2">
441-
Ona runs inside your infrastructure (VPC), with full audit trails, zero data exposure, and
442-
support for any LLM.
443-
</p>
444450
</div>
445451

446452
<div className="mt-4">

0 commit comments

Comments
 (0)