mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-08-30 16:55:12 +08:00
feat: update brand logos in landing and console
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user