Skip to content

Commit 8b5ffa3

Browse files
thill2323daniel-lxs
authored andcommitted
Update nav-bar.tsx
1 parent f6586fe commit 8b5ffa3

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
@@ -102,7 +102,7 @@ export function NavBar({ stars, downloads }: NavBarProps) {
102102
<Link
103103
href={EXTERNAL_LINKS.MARKETPLACE}
104104
target="_blank"
105-
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">
105+
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">
106106
<VscVscode className="-mr-[2px] mt-[1px] h-4 w-4" />
107107
<span>
108108
Install <span className="font-black max-lg:text-xs">&middot;</span>

0 commit comments

Comments
 (0)