Skip to content

Commit 3e98574

Browse files
committed
Fix email address typo
1 parent 0da7db4 commit 3e98574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Bio/Bio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Bio = () => {
1818
/>
1919
</div>
2020
<h1 className={styles["bio__name"]}>Pablo Androetto</h1>
21-
<Link to="mailto:pablo@androetto.dev">pablo@androett.dev</Link>
21+
<Link to="mailto:pablo@androetto.dev">pablo@androetto.dev</Link>
2222
<div className={styles["bio__profiles"]}>
2323
<Link to="https://github.com/androettop">GitHub</Link>
2424
<Link to="https://linkedin.com/in/androettop">LinkedIn</Link>

0 commit comments

Comments
 (0)