Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrus98 committed Dec 5, 2020
1 parent b741a91 commit f2ee464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/LandingPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import React from 'react';
import { Button } from '@chakra-ui/react';

export function LandingPage( props ) {
const login = () => window.location.href = 'http://localhost:3001/api/auth/discord';
//const login = () => window.location.href = 'http://localhost:3001/api/auth/discord';
const login = () => window.location.href = domain + 'https://italianhubot-dashboard.herokuapp.com/api/auth/discord';
return (
<Button
onClick={login}
Expand Down

0 comments on commit f2ee464

Please sign in to comment.