From 34a71e53db34299092d8d75e0db33f5d9a899127 Mon Sep 17 00:00:00 2001 From: valknarness Date: Wed, 29 Oct 2025 10:25:02 +0100 Subject: [PATCH] fix: improve footer layout and add logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Moved padding inside max-w-7xl container to match header alignment - Added AwesomeIcon logo to the left of the title - Restructured layout with logo, title, and tagline in a flex row - Reduced tagline text size for better hierarchy 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/layout/app-footer.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/components/layout/app-footer.tsx b/components/layout/app-footer.tsx index a4f4d33..20e2f09 100644 --- a/components/layout/app-footer.tsx +++ b/components/layout/app-footer.tsx @@ -1,15 +1,21 @@ import Link from 'next/link' +import { AwesomeIcon } from '@/components/ui/awesome-icon' export function AppFooter() { return ( -