Skip to content

Commit e6178fa

Browse files
authored
Docs/a2ui banner (CopilotKit#2868)
1 parent b195bce commit e6178fa

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

docs/components/layout/banners.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ import { Sparkles, Rocket } from "lucide-react";
99
import { useState, useEffect } from "react";
1010

1111
export function Banners() {
12-
// TODO: Uncomment to enable rotating A2UI + V1.50 banners
13-
/*
1412
const [currentBanner, setCurrentBanner] = useState(0);
1513

1614
const bannerContent = [
1715
{
1816
icon: <Rocket className="w-5 h-5 hidden md:block flex-shrink-0" />,
19-
mobileText: "A2UI Launch: Full CopilotKit support at launch!",
20-
desktopText: "A2UI Launch: CopilotKit has partnered with Google to deliver full support at launch in both CopilotKit and AG-UI.",
17+
mobileText: "A2UI Launched: Full CopilotKit support at launch!",
18+
desktopText: "A2UI Launched: CopilotKit has partnered with Google to deliver full support in both CopilotKit and AG-UI!",
2119
buttonText: "Check it out",
2220
href: "/whats-new/a2ui-launch"
2321
},
@@ -77,10 +75,6 @@ export function Banners() {
7775
`}</style>
7876
</Banner>
7977
)
80-
*/
81-
82-
// Just V1.50 banner for now
83-
return <V150Banner />
8478
}
8579

8680
export function NewLookAndFeelBanner() {

0 commit comments

Comments
 (0)