Skip to content

Commit 05825ae

Browse files
committed
Fix HTML entity for apostrophe in personal introduction on Home page
1 parent 7e9f442 commit 05825ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Home() {
1212
<div className="min-h-screen flex items-center justify-center text-center font-body">
1313
<div>
1414
<p className="text-gray-400 text-sm tracking-widest">
15-
HEY THERE, I'M
15+
HEY THERE, I&rsquo;M
1616
</p>
1717
<h1 className="text-4xl sm:text-5xl md:text-6xl font-extrabold text-white py-2">
1818
Nithil Krishnaraj

0 commit comments

Comments
 (0)