feat(branding): update logo, adopt NixOS 26.05 and refresh authentic screenshots
CI & Build NaxOS Web Dashboard / build (push) Successful in 6m2s
CI & Build NaxOS Web Dashboard / build (push) Successful in 6m2s
This commit is contained in:
@@ -32,10 +32,8 @@ export const Sidebar: React.FC<SidebarProps> = ({ currentTab, onSelectTab }) =>
|
||||
<aside className="w-64 bg-slate-900/90 border-r border-slate-800 flex flex-col backdrop-blur-xl shrink-0">
|
||||
{/* Brand Header */}
|
||||
<div className="h-16 flex items-center px-6 gap-3 border-b border-slate-800">
|
||||
<div className="h-9 w-9 rounded-xl bg-gradient-to-tr from-emerald-500 to-teal-400 p-0.5 shadow-lg shadow-emerald-500/20">
|
||||
<div className="h-full w-full bg-slate-950 rounded-[10px] flex items-center justify-center">
|
||||
<Server className="h-5 w-5 text-emerald-400" />
|
||||
</div>
|
||||
<div className="h-10 w-10 rounded-xl bg-slate-950 border border-slate-800/80 p-1 flex items-center justify-center shadow-lg shadow-emerald-500/10 shrink-0">
|
||||
<img src="/logo.svg" alt="NaxOS Logo" className="h-full w-full object-contain" />
|
||||
</div>
|
||||
<div>
|
||||
<div className="font-bold tracking-tight text-white flex items-center gap-1.5">
|
||||
|
||||
Reference in New Issue
Block a user