feat: use real ProsApp logo in admin login and sidebar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
a5c1dd7c33
commit
a81a01a06d
@@ -51,12 +51,7 @@ export default function Sidebar({ children }: { children: React.ReactNode }) {
|
||||
>
|
||||
<div className="flex h-14 items-center justify-between border-b px-3">
|
||||
{!collapsed && (
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex h-7 w-7 items-center justify-center rounded-lg bg-[#42A4EF]">
|
||||
<span className="text-xs font-black text-white">P</span>
|
||||
</div>
|
||||
<span className="font-bold text-[#42A4EF]">ProsApp</span>
|
||||
</div>
|
||||
<img src="https://prosapp.co/img/logo_prosapp.png" alt="ProsApp" className="h-7 w-auto object-contain" />
|
||||
)}
|
||||
{collapsed && (
|
||||
<div className="flex h-7 w-7 items-center justify-center rounded-lg bg-[#42A4EF] mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user