Skip to content

Commit 0843433

Browse files
committed
fix email url
1 parent 61693d0 commit 0843433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/NavPage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const NavPage = props => {
159159
The Human Factor © 2020 \\ Works best in <b>Chrome</b>.
160160
<br />
161161
Contact:
162-
<Link href="mailto:[email protected]"> [email protected]</Link>
162+
<Link href="mailto:[email protected]"> [email protected]</Link>
163163
\\
164164
<Link href="http://www.exrhizo.me/#!/thehumanfactor"> About</Link>
165165
</Typography>

0 commit comments

Comments
 (0)