Skip to content

Commit 3e012cc

Browse files
committed
refactor: update greeting text for clarity in the homepage
1 parent a08c434 commit 3e012cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Home() {
1717
<ProfilePhoto />
1818

1919
<div>
20-
<h1>Hello, I'm a Frontend Software Engineer 👋🏻</h1>
20+
<h1>Hello, I'm a Frontend Software Engineer.</h1>
2121
<Links />
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)