From 9b10f401f42abfe615a28359e933eb3bd7ba4933 Mon Sep 17 00:00:00 2001 From: Krystie Date: Wed, 12 Aug 2026 17:58:08 -0700 Subject: [PATCH] Use wide brand logo (icon+wordmark as one image) in navbar/footer --- src/components/Footer.tsx | 5 ++--- src/components/Navbar.tsx | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 6164cba..65c8cb0 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -51,9 +51,8 @@ export default function Footer() {
{/* Brand Section */}
- - DashCaddy - DashCaddy + + DashCaddy

Self-hosted Docker dashboard with automatic SSL, DNS, and reverse proxy. Making self-hosting beautiful and effortless. diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index d0e4478..7e729c6 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -19,9 +19,8 @@ export default function Navbar() {

{/* Logo */} - - DashCaddy - DashCaddy + + DashCaddy {/* Desktop Navigation */}