From bb1cfe44fef9461cb96571d82499a82980708485 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 30 Jan 2026 15:36:22 +0100 Subject: [PATCH] fix: update footer year dynamically and refactor dashboard preview layout for improved responsiveness --- app/layout-content.tsx | 1 + app/page.tsx | 33 +++++++-------------------------- 2 files changed, 8 insertions(+), 26 deletions(-) diff --git a/app/layout-content.tsx b/app/layout-content.tsx index 012425c..62eabf9 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -56,6 +56,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode