Skip to content

Commit 86fe573

Browse files
Akpjunior94Ifycode
authored andcommitted
add subdomain link
1 parent dc1b0f3 commit 86fe573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/@section_modal/ModalPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const ModalPopup: React.FunctionComponent<ModalPopupProps> = (props: Moda
6767
</div>
6868
)}
6969
{showGithubLoginButton && (
70-
<a href='/login' className="bb-collabocate_github-button">Login with Github</a>
70+
<a href='http://app.localhost:3000/login' className="bb-collabocate_github-button">Login with Github</a>
7171
)}
7272
</div>
7373
</div>

0 commit comments

Comments
 (0)