mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 09:24:44 +02:00
feat: MeshAI logo PNG in sidebar, favicon wired
This commit is contained in:
parent
06a5cc23ef
commit
e181d0c126
10 changed files with 14 additions and 13 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/meshai-icon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MeshAI Dashboard</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
|
|
|||
BIN
dashboard-frontend/public/meshai-icon.png
Normal file
BIN
dashboard-frontend/public/meshai-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
dashboard-frontend/public/meshai-logo.png
Normal file
BIN
dashboard-frontend/public/meshai-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 414 KiB |
|
|
@ -94,13 +94,14 @@ export default function Layout({ children }: LayoutProps) {
|
|||
<aside className="w-[220px] flex-shrink-0 bg-bg-card border-r border-border flex flex-col overflow-y-auto">
|
||||
{/* Logo */}
|
||||
<div className="p-5 border-b border-border">
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="w-[3px] h-8 bg-accent flex-shrink-0" />
|
||||
<div>
|
||||
<div className="font-sans font-bold text-white text-[15px] leading-tight tracking-tight">MeshAI</div>
|
||||
<div className="text-xs font-mono text-[#666]">
|
||||
v{status?.version || '...'}
|
||||
</div>
|
||||
<div className="flex flex-col justify-center">
|
||||
<img
|
||||
src="/meshai-logo.png"
|
||||
alt="MeshAI"
|
||||
className="w-[180px] block -mx-4"
|
||||
/>
|
||||
<div className="font-mono text-[10px] text-[#555] mt-1">
|
||||
v{status?.version || '...'}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue