We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 404d7c1 + 5bb9f16 commit 5236d0fCopy full SHA for 5236d0f
app/layout.tsx
@@ -11,9 +11,10 @@ const inter = Inter({ subsets: ["latin"] })
11
12
export const metadata: Metadata = {
13
title: "GitOverview - Visual Git Repository Manager",
14
- description: "Analyze and manage Git repositories with visual tools and intelligent command generation",
+ description: "Analyze and manage Git repositories with visual tools and intelligent command generation"
15
}
16
17
+
18
export default function RootLayout({
19
children,
20
}: {
0 commit comments