We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b12f21 commit 8019d87Copy full SHA for 8019d87
1 file changed
apps/web-roo-code/src/app/layout.tsx
@@ -97,6 +97,16 @@ export default function RootLayout({ children }: { children: React.ReactNode })
97
/>
98
</head>
99
<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>
110
<div itemScope itemType="https://schema.org/WebSite">
111
<link itemProp="url" href={SEO.url} />
112
<meta itemProp="name" content={SEO.name} />
0 commit comments