We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da7db4 + 9c57a99 commit 738a97eCopy full SHA for 738a97e
src/components/Bio/Bio.tsx
@@ -18,7 +18,7 @@ const Bio = () => {
18
/>
19
</div>
20
<h1 className={styles["bio__name"]}>Pablo Androetto</h1>
21
- <Link to="mailto:pablo@androetto.dev">pablo@androett.dev</Link>
+ <Link to="mailto:pablo@androetto.dev">pablo@androetto.dev</Link>
22
<div className={styles["bio__profiles"]}>
23
<Link to="https://github.com/androettop">GitHub</Link>
24
<Link to="https://linkedin.com/in/androettop">LinkedIn</Link>
src/components/Link/Link.module.css
@@ -5,7 +5,7 @@
5
}
6
.link:hover,
7
.link:focus,
8
-link:active {
+.link:active {
9
opacity: 0.8;
10
11
0 commit comments