Skip to content

Commit 27a9304

Browse files
philipperoletspolu
andauthored
Quick fix: banner to indicate service disruption due to openAI (#2437)
* Quick fix: banner to indicate service disruption due to openAI * tweaks --------- Co-authored-by: Stanislas Polu <spolu@proton.me>
1 parent 8b0e3e9 commit 27a9304

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

front/components/sparkle/AppLayout.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,25 @@ export default function AppLayout({
364364
</div>
365365
</div>
366366

367+
{/** BEGIN Incident Banner */}
368+
<div className="flex w-full items-center justify-center bg-warning-300 py-2 text-element-900">
369+
<div className="">
370+
<span className="font-bold">OpenAI Outage:</span> OpenAI is
371+
encountering a{" "}
372+
<a
373+
href="https://status.openai.com/"
374+
target="_blank"
375+
className="underline"
376+
>
377+
full outage of their APIs
378+
</a>
379+
{". "}
380+
All our services are impacted except assistants with no retrieval,
381+
and based on Anthropic AI.
382+
</div>
383+
</div>
384+
{/** END Incident Banner */}
385+
367386
<main
368387
id="main-content"
369388
className={classNames(

0 commit comments

Comments
 (0)