Skip to content

Commit 3ac52f8

Browse files
Cute little message
1 parent 65f5f82 commit 3ac52f8

File tree

5 files changed

+64
-45
lines changed

5 files changed

+64
-45
lines changed

components/dashboard/src/AppNotifications.tsx

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -142,25 +142,20 @@ const GITPOD_CLASSIC_SUNSET = (
142142
type: "info" as AlertType,
143143
message: (
144144
<span className="text-md text-white font-semibold items-center justify-center">
145-
Meet <img src={onaWordmark} alt="Ona" className="inline align-middle w-12 mb-0.5" draggable="false" /> |
146-
the privacy-first software engineering agent |{" "}
147-
{!onaClicked ? (
148-
<button
149-
onClick={handleOnaBannerClick}
150-
className="underline hover:no-underline cursor-pointer bg-transparent border-none text-white font-semibold"
151-
>
152-
Get early access
153-
</button>
154-
) : (
155-
<a
156-
href="https://www.gitpod.io/solutions/ai"
157-
target="_blank"
158-
rel="noreferrer"
159-
className="underline hover:no-underline"
160-
>
161-
Learn more
162-
</a>
163-
)}
145+
<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.{" "}
147+
<a href="https://app.ona.com" target="_blank" rel="noreferrer" className="underline hover:no-underline">
148+
Start for free
149+
</a>{" "}
150+
and get $100 credits. Gitpod Classic sunsets Oct 15 |{" "}
151+
<a
152+
href="https://ona.com/stories/gitpod-classic-payg-sunset"
153+
target="_blank"
154+
rel="noreferrer"
155+
className="underline hover:no-underline"
156+
>
157+
Learn more
158+
</a>
164159
</span>
165160
),
166161
} as Notification;

components/dashboard/src/Login.tsx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,24 @@ 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-
Meet Ona - the privacy-first software engineering agent.
393+
Ona - | parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
394+
<a
395+
href="https://app.ona.com"
396+
target="_blank"
397+
rel="noreferrer"
398+
className="underline hover:no-underline"
399+
>
400+
Start for free
401+
</a>{" "}
402+
and get $100 credits. Gitpod Classic sunsets Oct 15 |{" "}
403+
<a
404+
href="https://ona.com/stories/gitpod-classic-payg-sunset"
405+
target="_blank"
406+
rel="noreferrer"
407+
className="underline hover:no-underline"
408+
>
409+
Learn more
410+
</a>
394411
</h2>
395412

396413
<div className="space-y-3 mt-4">

components/dashboard/src/OnaRightPanel.tsx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,24 @@ 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-
Meet Ona - the privacy-first software engineering agent.
71+
Ona - | parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
72+
<a
73+
href="https://app.ona.com"
74+
target="_blank"
75+
rel="noreferrer"
76+
className="underline hover:no-underline"
77+
>
78+
Start for free
79+
</a>{" "}
80+
and get $100 credits. Gitpod Classic sunsets Oct 15 |{" "}
81+
<a
82+
href="https://ona.com/stories/gitpod-classic-payg-sunset"
83+
target="_blank"
84+
rel="noreferrer"
85+
className="underline hover:no-underline"
86+
>
87+
Learn more
88+
</a>
7289
</h2>
7390

7491
<div className="space-y-3 text-sm text-white/90 leading-relaxed">

components/dashboard/src/start/OnaBanner.tsx

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import onaWordmark from "../images/ona-wordmark.svg";
1414
const onaBanner = {
1515
type: "Introducing",
1616
title: "ONA",
17-
subtitle: "The privacy-first software engineering agent.",
17+
subtitle: "Parallel SWE agents in the cloud, sandboxed or high-autonomy.",
1818
ctaText: "Get early access",
1919
learnMoreText: "Learn more",
20-
link: "https://www.gitpod.io/solutions/ai",
20+
link: "https://ona.com/stories/gitpod-classic-payg-sunset",
2121
};
2222

2323
interface OnaBannerProps {
@@ -92,28 +92,18 @@ 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-
The privacy-first software engineering agent
95+
Parallel SWE agents in the cloud, sandboxed or high-autonomy.
9696
</p>
9797

98-
{!onaClicked ? (
99-
<button
100-
onClick={handleOnaBannerClick}
101-
className="bg-white/20 backdrop-blur-sm text-white font-medium py-1 px-3 rounded-full hover:bg-white/30 transition-colors border border-white/20 inline-flex items-center gap-2 text-sm w-fit"
102-
>
103-
{onaBanner.ctaText}
104-
<span className="font-bold"></span>
105-
</button>
106-
) : (
107-
<a
108-
href={onaBanner.link}
109-
target="_blank"
110-
rel="noopener noreferrer"
111-
className="bg-white/20 backdrop-blur-sm text-white font-medium py-1 px-3 rounded-full hover:bg-white/30 transition-colors border border-white/20 inline-flex items-center gap-2 text-sm w-fit"
112-
>
113-
{onaBanner.learnMoreText}
114-
<span className="font-bold"></span>
115-
</a>
116-
)}
98+
<a
99+
href={onaBanner.link}
100+
target="_blank"
101+
rel="noopener noreferrer"
102+
className="bg-white/20 backdrop-blur-sm text-white font-medium py-1 px-3 rounded-full hover:bg-white/30 transition-colors border border-white/20 inline-flex items-center gap-2 text-sm w-fit"
103+
>
104+
{onaBanner.learnMoreText}
105+
<span className="font-bold"></span>
106+
</a>
117107
</div>
118108
);
119109
}

components/dashboard/src/workspaces/BlogBanners.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import onaWordmark from "../images/ona-wordmark.svg";
1414
const onaBanner = {
1515
type: "Introducing",
1616
title: "ONA",
17-
subtitle: "The privacy-first software engineering agent.",
17+
subtitle: "Parallel SWE agents in the cloud, sandboxed or high-autonomy.",
1818
ctaText: "Get early access",
1919
learnMoreText: "Learn more",
20-
link: "https://www.gitpod.io/solutions/ai",
20+
link: "https://ona.com/stories/gitpod-classic-payg-sunset",
2121
};
2222

2323
export const OnaBanner: React.FC = () => {

0 commit comments

Comments
 (0)