diff --git a/apps/web-roo-code/src/components/RoomoteAnnouncementBanner.tsx b/apps/web-roo-code/src/components/RoomoteAnnouncementBanner.tsx index 42cd93e6a6..d998a70e08 100644 --- a/apps/web-roo-code/src/components/RoomoteAnnouncementBanner.tsx +++ b/apps/web-roo-code/src/components/RoomoteAnnouncementBanner.tsx @@ -1,20 +1,21 @@ "use client" import Image from "next/image" +import { DM_Sans } from "next/font/google" import { ArrowRight } from "lucide-react" +const dmSans = DM_Sans({ + subsets: ["latin"], + weight: ["500", "700", "800"], +}) + export function RoomoteAnnouncementBanner() { return ( -
-
-
- - New - -

- The Roo Code team is about to launch something new. -

-
+
+
+

+ The Roo Code team just launched something new. +