Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit f10b295

Browse files
authored
link login/signup to join form page
1 parent 6bc658a commit f10b295

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

components/common/header/index.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ class NavBar extends React.Component {
5252
path: 'https://coderplex.org/blog',
5353
external: true,
5454
},
55+
{
56+
title: 'Login / Signup',
57+
path: 'https://coderplex.org/join',
58+
external: true,
59+
},
5560
],
5661
};
5762
toggleMenu = e => {
@@ -107,13 +112,6 @@ class NavBar extends React.Component {
107112
</a>
108113
</NavLink>
109114
))}
110-
<NavLink>
111-
<Link href="/login">
112-
<a className={pathName === '/login' ? 'btn active' : 'btn'}>
113-
<span>Login / Signup</span>
114-
</a>
115-
</Link>
116-
</NavLink>
117115
</NavLinks>
118116
</Nav>
119117
</Container>

0 commit comments

Comments
 (0)