Skip to content

Commit 5236d0f

Browse files
authored
Merge pull request #2 from LyeZinho/main
Update layout.tsx (fixed)
2 parents 404d7c1 + 5bb9f16 commit 5236d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ const inter = Inter({ subsets: ["latin"] })
1111

1212
export const metadata: Metadata = {
1313
title: "GitOverview - Visual Git Repository Manager",
14-
description: "Analyze and manage Git repositories with visual tools and intelligent command generation",
14+
description: "Analyze and manage Git repositories with visual tools and intelligent command generation"
1515
}
1616

17+
1718
export default function RootLayout({
1819
children,
1920
}: {

0 commit comments

Comments
 (0)