Switch to official DashCaddy brand logo + favicon

Navbar/Footer: Use brand-logo.png (transparent bg) instead of logo-dark.jpg
Favicon: Updated to brand icon
Added brand-wide-dark.png and brand-wide-light.png for future use
This commit is contained in:
Krystie
2026-08-12 17:49:18 -07:00
parent 0fa99b1490
commit 5b9c88ab5a
7 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

+1 -1
View File
@@ -52,7 +52,7 @@ export default function Footer() {
{/* Brand Section */} {/* Brand Section */}
<div> <div>
<Link href="/" className="flex items-center transition-opacity hover:opacity-80 mb-4"> <Link href="/" className="flex items-center transition-opacity hover:opacity-80 mb-4">
<Image src="/images/logo-dark.jpg" alt="DashCaddy" width={36} height={36} className="rounded" /> <Image src="/images/brand-logo.png" alt="DashCaddy" width={36} height={36} className="rounded" />
</Link> </Link>
<p className="text-surface-400 text-sm leading-relaxed mb-4"> <p className="text-surface-400 text-sm leading-relaxed mb-4">
Self-hosted Docker dashboard with automatic SSL, DNS, and reverse proxy. Making self-hosting beautiful and effortless. Self-hosted Docker dashboard with automatic SSL, DNS, and reverse proxy. Making self-hosting beautiful and effortless.
+1 -1
View File
@@ -20,7 +20,7 @@ export default function Navbar() {
<div className="flex h-16 items-center justify-between"> <div className="flex h-16 items-center justify-between">
{/* Logo */} {/* Logo */}
<Link href="/" className="flex items-center transition-opacity hover:opacity-80"> <Link href="/" className="flex items-center transition-opacity hover:opacity-80">
<Image src="/images/logo-dark.jpg" alt="DashCaddy" width={40} height={40} className="rounded-lg" priority /> <Image src="/images/brand-logo.png" alt="DashCaddy" width={40} height={40} className="rounded-lg" priority />
</Link> </Link>
{/* Desktop Navigation */} {/* Desktop Navigation */}