diff --git a/apps/web-roo-code/src/components/chromes/nav-bar.tsx b/apps/web-roo-code/src/components/chromes/nav-bar.tsx index 3e34dc7f904..a01e1e85381 100644 --- a/apps/web-roo-code/src/components/chromes/nav-bar.tsx +++ b/apps/web-roo-code/src/components/chromes/nav-bar.tsx @@ -93,13 +93,13 @@ export function NavBar({ stars, downloads }: NavBarProps) { -
-
+
+
+ className="hidden items-center gap-1.5 text-sm font-medium text-muted-foreground hover:text-foreground md:flex whitespace-nowrap"> {stars !== null && {stars}} @@ -107,7 +107,7 @@ export function NavBar({ stars, downloads }: NavBarProps) { + className="hidden items-center gap-1.5 rounded-md bg-primary px-4 py-2 text-sm font-medium text-primary-foreground transition-all duration-200 hover:shadow-lg hover:scale-105 md:flex whitespace-nowrap"> Install · @@ -118,7 +118,7 @@ export function NavBar({ stars, downloads }: NavBarProps) { href={EXTERNAL_LINKS.CLOUD_APP_LOGIN} target="_blank" rel="noopener noreferrer" - className="hidden items-center gap-1.5 rounded-md py-2 text-sm border border-primary-background px-4 font-medium text-primary-background transition-all duration-200 hover:shadow-lg hover:scale-105 md:flex"> + className="hidden items-center gap-1.5 rounded-md py-2 text-sm border border-primary-background px-4 font-medium text-primary-background transition-all duration-200 hover:shadow-lg hover:scale-105 md:flex whitespace-nowrap"> Log in