From d496595466e6ca002962715b2660b70cd2318c2e Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 15:45:45 +0100 Subject: [PATCH] [dyad] Aligned footer width - wrote 1 file(s) --- src/components/footer.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 1129b28..42ff031 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -4,12 +4,14 @@ import { Separator } from "@/components/ui/separator"; export const Footer = () => { return ( );