feat: add git commit hash to footer for version tracking
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
import { SessionProvider } from "@/components/SessionProvider";
|
||||
import Footer from "@/components/Footer";
|
||||
|
||||
const inter = {
|
||||
variable: "--font-inter",
|
||||
@@ -24,6 +25,7 @@ export default function RootLayout({
|
||||
<body className="min-h-full flex flex-col">
|
||||
<SessionProvider>
|
||||
{children}
|
||||
<Footer />
|
||||
</SessionProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user