We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0e3e9 commit 27a9304Copy full SHA for 27a9304
front/components/sparkle/AppLayout.tsx
@@ -364,6 +364,25 @@ export default function AppLayout({
364
</div>
365
366
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
384
+ {/** END Incident Banner */}
385
+
386
<main
387
id="main-content"
388
className={classNames(
0 commit comments