Skip to content

Commit 8019d87

Browse files
committed
Roomote banner
1 parent 8b12f21 commit 8019d87

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

apps/web-roo-code/src/app/layout.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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} />

0 commit comments

Comments
 (0)