From a854604a7bf6d1a51db18ac63ac9ba66893acbd9 Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 2 Jul 2025 16:52:11 +0000 Subject: [PATCH] feat: add margin to menu container and display commit SHA in footer --- app/components/menu.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/components/menu.tsx b/app/components/menu.tsx index d747fd1..83db205 100644 --- a/app/components/menu.tsx +++ b/app/components/menu.tsx @@ -111,7 +111,7 @@ export function Menu({ toggleSidebar, isSidebarVisible, toggleStatusBar, isStatu return ( <> -
+
+ + Commit: {process.env.NEXT_PUBLIC_COMMIT_SHA || 'unknown'} + Copyright © {new Date().getFullYear()}