feat: add Wulff Consulting logo to navigation and favicon

- Added Wulff logo (W_RGB.png) to public directory
- Updated favicon to use Wulff logo
- Added logo to upper right of navigation bar (h-10)
- Logo appears next to theme toggle
- Links to home page when clicked
This commit is contained in:
lorentz 2026-02-03 23:49:58 -05:00
parent 13fd13afd6
commit 98199f671d
3 changed files with 11 additions and 4 deletions

View file

@ -13,9 +13,9 @@ export const metadata: Metadata = {
title: "Pulse - PSA Management System",
description: "Modern dashboard for Autotask PSA integration with RMM and NMS mapping",
icons: {
icon: "/icon.svg",
shortcut: "/icon.svg",
apple: "/icon.svg",
icon: "/wulff-logo.png",
shortcut: "/wulff-logo.png",
apple: "/wulff-logo.png",
},
};

View file

@ -170,8 +170,15 @@ export function AppNavigation() {
</NavigationMenu>
{/* Right Side Actions */}
<div className="flex items-center gap-2 absolute right-4">
<div className="flex items-center gap-3 absolute right-4">
<ThemeToggle />
<Link href="/" className="flex items-center">
<img
src="/wulff-logo.png"
alt="Wulff Consulting"
className="h-10 w-auto"
/>
</Link>
</div>
</div>
</div>

BIN
public/wulff-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB