Skip to content

Commit 1812212

Browse files
killerappclaude
andcommitted
Update site title from 'Create Next App' to 'Semantic Version Visualizer'
- Changed page title to better reflect the project's purpose - Updated description to match the interactive semver learning tool 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4a81dd6 commit 1812212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
1313
});
1414

1515
export const metadata: Metadata = {
16-
title: "Create Next App",
17-
description: "Generated by create next app",
16+
title: "Semantic Version Visualizer",
17+
description: "Interactive tool to learn and understand Semantic Versioning through visual demonstrations",
1818
};
1919

2020
export default function RootLayout({

0 commit comments

Comments
 (0)