diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 32f2ca9..fe5dcc1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,7 +30,7 @@ export default function Layout({ children }: { children: React.ReactNode }) { -
+
{children} diff --git a/src/app/version-footer.tsx b/src/app/version-footer.tsx index 197f108..90c9001 100644 --- a/src/app/version-footer.tsx +++ b/src/app/version-footer.tsx @@ -15,11 +15,13 @@ export function VersionFooter() { : "https://github.com/joulev/website"; const label = sha ? sha.slice(0, 7) : "unknown"; return ( -