mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
feat: increase navigation logo size for better visibility
This commit is contained in:
parent
ad28e12818
commit
4f1f1bcda5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export function NavBar({ stars, downloads }: NavBarProps) {
|
|||
<div className="container flex h-16 items-center justify-between px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex items-center">
|
||||
<Link href="/" className="flex items-center">
|
||||
<Image src={logoSrc} alt="Roo Code Logo" width={130} height={24} className="h-[24px] w-auto" />
|
||||
<Image src={logoSrc} alt="Roo Code Logo" width={160} height={32} className="h-[32px] w-auto" />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue