Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/dashboard/src/AppNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const GITPOD_CLASSIC_SUNSET = (
message: (
<span className="text-md text-white font-semibold items-center justify-center">
<img src={onaWordmark} alt="Ona" className="inline align-middle w-12 mb-0.5" draggable="false" /> |
parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
parallel SWE agents in the cloud, sandboxed for high-autonomy.{" "}
<a href="https://app.ona.com" target="_blank" rel="noreferrer" className="underline hover:no-underline">
Start for free
</a>{" "}
Expand Down
8 changes: 4 additions & 4 deletions components/dashboard/src/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,16 +333,16 @@ const LoginContent = ({
{!enterprise && (
<div className="mt-6 text-center text-sm">
<p className="text-pk-content-primary">
Gitpod classic is sunsetting fall 2025.{" "}
Gitpod Classic sunsets Oct 15.{" "}
<a
href="https://app.gitpod.io"
target="_blank"
rel="noopener noreferrer"
className="gp-link hover:text-gray-600"
>
Try the new Gitpod
Start here for free
</a>{" "}
now (hosted compute & SWE agents coming soon)
and get $100 credits.
</p>
</div>
)}
Expand Down Expand Up @@ -390,7 +390,7 @@ const RightProductDescriptionPanel = () => {

<div className="flex flex-col gap-4 flex-1">
<h2 className="text-white text-xl font-bold leading-tight text-center max-w-sm mx-auto">
Ona - | parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
Ona - parallel SWE agents in the cloud, sandboxed for high-autonomy.{" "}
<a
href="https://app.ona.com"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion components/dashboard/src/OnaRightPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const OnaRightPanel = () => {

<div className="flex flex-col gap-4 flex-1">
<h2 className="text-white text-xl font-bold leading-tight text-center">
Ona - | parallel SWE agents in the cloud, sandboxed or high-autonomy.{" "}
Ona - parallel SWE agents in the cloud, sandboxed for high-autonomy.{" "}
<a
href="https://app.ona.com"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions components/dashboard/src/start/OnaBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import onaWordmark from "../images/ona-wordmark.svg";
const onaBanner = {
type: "Introducing",
title: "ONA",
subtitle: "Parallel SWE agents in the cloud, sandboxed or high-autonomy.",
subtitle: "Parallel SWE agents in the cloud, sandboxed for high-autonomy.",
ctaText: "Get early access",
learnMoreText: "Learn more",
link: "https://ona.com/stories/gitpod-classic-payg-sunset",
Expand Down Expand Up @@ -92,7 +92,7 @@ export const OnaBanner: React.FC<OnaBannerProps> = ({ compact = false }) => {
</div>

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

<a
Expand Down
2 changes: 1 addition & 1 deletion components/dashboard/src/workspaces/BlogBanners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import onaWordmark from "../images/ona-wordmark.svg";
const onaBanner = {
type: "Introducing",
title: "ONA",
subtitle: "Parallel SWE agents in the cloud, sandboxed or high-autonomy.",
subtitle: "Parallel SWE agents in the cloud, sandboxed for high-autonomy.",
ctaText: "Get early access",
learnMoreText: "Learn more",
link: "https://ona.com/stories/gitpod-classic-payg-sunset",
Expand Down
Loading