Skip to content

Commit 738a97e

Browse files
authored
Merge pull request #1 from androettop/codex/find-and-fix-bug-in-codebase
Fix email typo in Bio component
2 parents 0da7db4 + 9c57a99 commit 738a97e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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>

src/components/Link/Link.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
.link:hover,
77
.link:focus,
8-
link:active {
8+
.link:active {
99
opacity: 0.8;
1010
}
1111

0 commit comments

Comments
 (0)