Skip to content

Commit cb83656

Browse files
Roomote banner (#12119)
* Roomote banner * fix(web): use published @roo-code/types in web-roo-code --------- Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 8b12f21 commit cb83656

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

apps/web-roo-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@radix-ui/react-navigation-menu": "^1.2.14",
1919
"@radix-ui/react-slot": "^1.2.4",
2020
"@roo-code/evals": "workspace:^",
21-
"@roo-code/types": "workspace:^",
21+
"@roo-code/types": "^1.108.0",
2222
"@tanstack/react-query": "^5.90.20",
2323
"@vercel/og": "^0.8.6",
2424
"class-variance-authority": "^0.7.1",

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} />

pnpm-lock.yaml

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)