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
8 changes: 4 additions & 4 deletions client/www/components/SunsetBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export function SunsetBanner() {
href={sunsetPostPath}
className="block border-b border-orange-200 bg-orange-50 px-4 py-2 text-center text-sm text-orange-900 transition-colors hover:bg-orange-100"
>
<span className="font-semibold">The Instant Team is joining OpenAI.</span>{' '}
Services will continue until August 31st, 2027.{' '}
<span className="font-semibold">Instant is sunsetting.</span> Services
will continue until August 31st, 2027.{' '}
<span className="font-medium whitespace-nowrap text-orange-900/70">
Learn more →
</span>
Expand All @@ -37,8 +37,8 @@ export function SunsetDocsNotice() {
href={sunsetPostPath}
className="mb-4 block rounded-lg border border-orange-200 bg-orange-50 px-4 py-2.5 text-sm text-orange-900 transition-colors hover:bg-orange-100"
>
<span className="font-semibold">The Instant Team is joining OpenAI.</span>{' '}
Services will continue until August 31st, 2027.{' '}
<span className="font-semibold">Instant is sunsetting.</span> Services
will continue until August 31st, 2027.{' '}
<span className="font-medium whitespace-nowrap text-orange-900/70">
Learn more →
</span>
Expand Down
2 changes: 1 addition & 1 deletion client/www/components/dash/MainDashLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const { use: useFetchedDash, provider: DashFetchProvider } =

const announcementNotice = {
key: 'announced',
title: 'The Instant Team is joining OpenAI.',
title: 'Instant is sunsetting.',
body: 'Services will continue until August 31st, 2027.',
dismissible: true,
};
Expand Down
4 changes: 1 addition & 3 deletions client/www/components/new-landing/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ export function Hero() {
className="mb-8 inline-flex flex-wrap items-center justify-center gap-x-3 rounded-full border border-orange-200 bg-orange-100 px-7 py-3 text-base text-orange-900 shadow-sm transition-colors hover:bg-orange-200 sm:text-lg"
>
<span>
<span className="font-semibold">
The Instant Team is joining OpenAI.
</span>{' '}
<span className="font-semibold">Instant is sunsetting.</span>{' '}
Services will continue until August 31st, 2027.
</span>{' '}
<span className="font-medium whitespace-nowrap text-orange-900/70">
Expand Down
Loading