Skip to content

Commit c91acb9

Browse files
Chore copy updates (#21041)
* Chore copy updates * fixes
1 parent 29f3c59 commit c91acb9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

components/dashboard/src/AppNotifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const GITPOD_CLASSIC_SUNSET = (
143143
message: (
144144
<span className="text-md text-white font-semibold items-center justify-center">
145145
<img src={onaWordmark} alt="Ona" className="inline align-middle w-12 mb-0.5" draggable="false" /> |
146-
parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
146+
parallel SWE agents in the cloud, sandboxed for high-autonomy.{" "}
147147
<a href="https://app.ona.com" target="_blank" rel="noreferrer" className="underline hover:no-underline">
148148
Start for free
149149
</a>{" "}

components/dashboard/src/Login.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,16 +333,16 @@ const LoginContent = ({
333333
{!enterprise && (
334334
<div className="mt-6 text-center text-sm">
335335
<p className="text-pk-content-primary">
336-
Gitpod classic is sunsetting fall 2025.{" "}
336+
Gitpod Classic sunsets Oct 15.{" "}
337337
<a
338338
href="https://app.gitpod.io"
339339
target="_blank"
340340
rel="noopener noreferrer"
341341
className="gp-link hover:text-gray-600"
342342
>
343-
Try the new Gitpod
343+
Start here for free
344344
</a>{" "}
345-
now (hosted compute & SWE agents coming soon)
345+
and get $100 credits.
346346
</p>
347347
</div>
348348
)}
@@ -390,7 +390,7 @@ const RightProductDescriptionPanel = () => {
390390

391391
<div className="flex flex-col gap-4 flex-1">
392392
<h2 className="text-white text-xl font-bold leading-tight text-center max-w-sm mx-auto">
393-
Ona - | parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
393+
Ona - parallel SWE agents in the cloud, sandboxed for high-autonomy.{" "}
394394
<a
395395
href="https://app.ona.com"
396396
target="_blank"

components/dashboard/src/OnaRightPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const OnaRightPanel = () => {
6868

6969
<div className="flex flex-col gap-4 flex-1">
7070
<h2 className="text-white text-xl font-bold leading-tight text-center">
71-
Ona - | parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
71+
Ona - parallel SWE agents in the cloud, sandboxed for high-autonomy.{" "}
7272
<a
7373
href="https://app.ona.com"
7474
target="_blank"

components/dashboard/src/start/OnaBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import onaWordmark from "../images/ona-wordmark.svg";
1414
const onaBanner = {
1515
type: "Introducing",
1616
title: "ONA",
17-
subtitle: "Parallel SWE agents in the cloud, sandboxed or high-autonomy.",
17+
subtitle: "Parallel SWE agents in the cloud, sandboxed for high-autonomy.",
1818
ctaText: "Get early access",
1919
learnMoreText: "Learn more",
2020
link: "https://ona.com/stories/gitpod-classic-payg-sunset",
@@ -92,7 +92,7 @@ export const OnaBanner: React.FC<OnaBannerProps> = ({ compact = false }) => {
9292
</div>
9393

9494
<p className="text-white text-base font-semibold leading-tight text-left">
95-
Parallel SWE agents in the cloud, sandboxed or high-autonomy.
95+
Parallel SWE agents in the cloud, sandboxed for high-autonomy.
9696
</p>
9797

9898
<a

components/dashboard/src/workspaces/BlogBanners.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import onaWordmark from "../images/ona-wordmark.svg";
1414
const onaBanner = {
1515
type: "Introducing",
1616
title: "ONA",
17-
subtitle: "Parallel SWE agents in the cloud, sandboxed or high-autonomy.",
17+
subtitle: "Parallel SWE agents in the cloud, sandboxed for high-autonomy.",
1818
ctaText: "Get early access",
1919
learnMoreText: "Learn more",
2020
link: "https://ona.com/stories/gitpod-classic-payg-sunset",

0 commit comments

Comments
 (0)