From d4be17052ca8a55e2e2868ca1d56f41be0cea102 Mon Sep 17 00:00:00 2001 From: Krystie Date: Wed, 12 Aug 2026 17:54:14 -0700 Subject: [PATCH] Navbar/footer: brand icon + DashCaddy wordmark together --- src/components/Footer.tsx | 5 +++-- src/components/Navbar.tsx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index fe00186..6164cba 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -51,8 +51,9 @@ 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 37f5b46..d0e4478 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -19,8 +19,9 @@ export default function Navbar() {

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