This repository was archived by the owner on May 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
apps/web-roo-code/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,16 @@ export default function RootLayout({ children }: { children: React.ReactNode })
9797 />
9898 </ head >
9999 < body className = { inter . className } >
100+ < div className = "bg-black text-white text-center py-4 px-4 text-sm" >
101+ The Roo Code team is about to launch something new.{ " " }
102+ < a
103+ href = "https://roomote.dev"
104+ target = "_blank"
105+ rel = "noopener noreferrer"
106+ className = "inline-block ml-2 rounded-full bg-white text-black px-4 py-1 text-sm font-medium hover:bg-gray-200 transition-colors" >
107+ Check out Roomote
108+ </ a >
109+ </ div >
100110 < div itemScope itemType = "https://schema.org/WebSite" >
101111 < link itemProp = "url" href = { SEO . url } />
102112 < meta itemProp = "name" content = { SEO . name } />
You can’t perform that action at this time.
0 commit comments