Skip to content

Commit 15ad706

Browse files
committed
fix(web): restore original banner copy text
1 parent cab2f09 commit 15ad706

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web-roo-code/src/components/RoomoteAnnouncementBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ export function RoomoteAnnouncementBanner() {
1111
New
1212
</span>
1313
<p className="text-base sm:text-lg md:text-xl font-extrabold tracking-tight">
14-
Introducing Roomote — the always-on engineer for your entire team
14+
The Roo Code team is about to launch something new.
1515
</p>
1616
</div>
1717
<a
1818
href="https://roomote.dev"
1919
target="_blank"
2020
rel="noopener noreferrer"
2121
className="group inline-flex shrink-0 items-center gap-2 rounded-full bg-black text-white px-6 py-2.5 text-sm sm:text-base font-bold hover:bg-gray-900 transition-colors duration-200">
22-
Learn more
22+
Check out Roomote
2323
<ArrowRight className="size-4 sm:size-5 transition-transform duration-200 group-hover:translate-x-0.5" />
2424
</a>
2525
</div>

0 commit comments

Comments
 (0)