Skip to content

Commit 67a2f1e

Browse files
committed
Reorder Nav Links
1 parent dd85de9 commit 67a2f1e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

components/Nav.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ const A = styled.a`
3939
export default () => (
4040
<Wrapper>
4141
<UL>
42-
<li><A href='https://twitter.com/PRbsas' target='_blank' rel='noopener'>Twitter</A></li>
43-
<li><A href='https://github.com/PRbsas' target='_blank' rel='noopener'>GitHub</A></li>
42+
4443
<li><Link prefetch href='/projects'><A>Projects</A></Link></li>
44+
<li><A href='https://github.com/PRbsas' target='_blank' rel='noopener'>GitHub</A></li>
45+
<li><Link prefetch href='/thoughts'><A>Thoughts</A></Link></li>
4546
<li><A href='https://www.linkedin.com/in/pramirezpitzen' target='_blank' rel='noopener'>LinkedIn</A></li>
47+
<li><A href='https://twitter.com/PRbsas' target='_blank' rel='noopener'>Twitter</A></li>
4648
<li><A href='mailto:paularamirezpitzen@gmail.com'>Email</A></li>
47-
<li><Link prefetch href='/about'><A>About</A></Link></li>
48-
<li><Link prefetch href='/thoughts'><A>Thoughts</A></Link></li>
49+
4950
</UL>
5051
</Wrapper>
5152
)

0 commit comments

Comments
 (0)