feat: update brand logos in landing and console

This commit is contained in:
Monster
2026-04-22 18:59:35 +08:00
parent 593f193bfa
commit ac538cabad
5 changed files with 4 additions and 9 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

@@ -27,7 +27,7 @@ export default function UserSidebar({
<SidebarMenuItem>
<SidebarMenuButton size="lg" asChild>
<a href="/">
<img src="/logo-colored.png" alt="MonkeyCode AI" className="size-8" />
<img src="/logo-light.png" alt="MonkeyCode AI" className="size-8" />
<div className="grid flex-1 text-left text-sm leading-tight">
<span className="truncate font-medium">MonkeyCode</span>
<span className="truncate text-xs text-foreground/60"></span>
@@ -1,7 +1,4 @@
import * as React from "react"
import {
Command,
} from "lucide-react"
import NavManager from "@/components/manager/nav-manager"
import {
@@ -25,11 +22,9 @@ export default function ManagerSidebar({
<SidebarMenuItem>
<SidebarMenuButton size="lg" asChild>
<a href="/">
<div className="bg-sidebar-primary text-sidebar-primary-foreground flex aspect-square size-8 items-center justify-center rounded-lg">
<Command className="size-4" />
</div>
<img src="/logo-light.png" alt="MonkeyCode AI" className="size-8" />
<div className="grid flex-1 text-left text-sm leading-tight">
<span className="truncate font-medium">MonkeyCode AI</span>
<span className="truncate font-medium">MonkeyCode</span>
<span className="truncate text-xs"></span>
</div>
</a>
@@ -34,7 +34,7 @@ const communityCards = [
function LogoWordmark({ href }: { href: string }) {
return (
<a href={href} className="inline-flex items-center gap-3">
<img src="/logo-colored.png" alt="MonkeyCode" className="size-8" />
<img src="/logo-dark.png" alt="MonkeyCode" className="size-10" />
<span className="text-[17px] font-semibold tracking-[-0.02em] text-white">
Monkey<span className="text-[var(--a-accent)]">Code</span>
</span>