We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a209cbf commit 84d7c64Copy full SHA for 84d7c64
2 files changed
index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>陈济民 Jimin Chen — AI/LLM Engineer</title>
+ <title>Jimin Chen - 陈济民</title>
8
</head>
9
<body>
10
<div id="root"></div>
src/components/Navbar.jsx
@@ -44,7 +44,7 @@ export default function Navbar() {
44
onClick={() => window.scrollTo({ top: 0, behavior: "smooth" })}
45
className="text-lg font-bold tracking-tight text-gray-900 dark:text-white hover:text-purple-600 dark:hover:text-purple-400 transition-colors"
46
>
47
- Stageholic
+ Jimin Chen
48
</button>
49
50
{/* Desktop nav */}
0 commit comments