fix: docs pages, navbar, footer updates from QA sprint

This commit is contained in:
Krystie
2026-08-12 17:34:14 -07:00
parent a3648f66d8
commit ee4066f19c
6 changed files with 1178 additions and 200 deletions
+2 -3
View File
@@ -51,9 +51,8 @@ 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 gap-2 font-bold text-lg text-brand-400 hover:text-brand-300 transition-colors mb-4">
<Image src="/images/logo-dark.jpg" alt="DashCaddy" width={28} height={28} className="rounded" />
<span>DashCaddy</span>
<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" />
</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.