Skip to content

Commit 667e690

Browse files
committed
Update nav-bar.tsx
1 parent 9d80288 commit 667e690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web-roo-code/src/components/chromes/nav-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function NavBar({ stars, downloads }: NavBarProps) {
9696
<Link
9797
href={EXTERNAL_LINKS.MARKETPLACE}
9898
target="_blank"
99-
className="hidden items-center gap-1.5 rounded-full bg-primary px-3 py-1.5 text-sm font-medium text-primary-foreground transition-colors hover:bg-primary/90 md:flex">
99+
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:bg-primary/80 hover:shadow-lg hover:scale-105 md:flex">
100100
<VscVscode className="-mr-[2px] mt-[1px] h-4 w-4" />
101101
<span>
102102
Install <span className="font-black max-lg:text-xs">&middot;</span>

0 commit comments

Comments
 (0)