Skip to content

Commit 84d7c64

Browse files
陈济民claude
andcommitted
Update navbar logo and page title to Jimin Chen
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent a209cbf commit 84d7c64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>陈济民 Jimin Chen — AI/LLM Engineer</title>
7+
<title>Jimin Chen - 陈济民</title>
88
</head>
99
<body>
1010
<div id="root"></div>

src/components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function Navbar() {
4444
onClick={() => window.scrollTo({ top: 0, behavior: "smooth" })}
4545
className="text-lg font-bold tracking-tight text-gray-900 dark:text-white hover:text-purple-600 dark:hover:text-purple-400 transition-colors"
4646
>
47-
Stageholic
47+
Jimin Chen
4848
</button>
4949

5050
{/* Desktop nav */}

0 commit comments

Comments
 (0)