File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,13 @@ import { Sparkles, Rocket } from "lucide-react";
99import { useState , useEffect } from "react" ;
1010
1111export 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
8680export function NewLookAndFeelBanner ( ) {
You can’t perform that action at this time.
0 commit comments