Navbar/footer: brand icon + DashCaddy wordmark together
This commit is contained in:
@@ -51,8 +51,9 @@ export default function Footer() {
|
||||
<div className="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
|
||||
{/* Brand Section */}
|
||||
<div>
|
||||
<Link href="/" className="flex items-center transition-opacity hover:opacity-80 mb-4">
|
||||
<Image src="/images/brand-logo.png" alt="DashCaddy" width={36} height={36} className="rounded" />
|
||||
<Link href="/" className="flex items-center gap-2 font-bold text-lg text-brand-400 hover:text-brand-300 transition-colors mb-4">
|
||||
<Image src="/images/brand-logo.png" alt="DashCaddy" width={28} height={28} className="rounded" />
|
||||
<span>DashCaddy</span>
|
||||
</Link>
|
||||
<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.
|
||||
|
||||
@@ -19,8 +19,9 @@ export default function Navbar() {
|
||||
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex h-16 items-center justify-between">
|
||||
{/* Logo */}
|
||||
<Link href="/" className="flex items-center transition-opacity hover:opacity-80">
|
||||
<Image src="/images/brand-logo.png" alt="DashCaddy" width={40} height={40} className="rounded-lg" priority />
|
||||
<Link href="/" className="flex items-center gap-2 font-bold text-xl text-brand-400 transition-opacity hover:opacity-80">
|
||||
<Image src="/images/brand-logo.png" alt="DashCaddy" width={32} height={32} className="rounded-lg" priority />
|
||||
<span>DashCaddy</span>
|
||||
</Link>
|
||||
|
||||
{/* Desktop Navigation */}
|
||||
|
||||
Reference in New Issue
Block a user