Skip to content

Commit

Permalink
removes log in and sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Nov 18, 2023
1 parent 35d3a0b commit 9f09919
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/WalletConnect/ConnectButton/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import StoreContext from '../../../store/Store/StoreContext';
import AuthContext from '../../../store/AuthStore/AuthContext';
import ToolTipNew from '../../Utils/ToolTipNew';
import Image from 'next/image';
import Signup from '../../Authentication/Signup';
import LogIn from '../../Authentication/LogIn';
import ProfileModal from '../ProfileModal';
// import axios from 'axios';

Expand Down Expand Up @@ -108,8 +106,7 @@ const ConnectButton = ({ needsGithub, nav, tooltipAction, centerStyles }) => {
<>
{needsGithub && !authState.isAuthenticated ? (
<div className='flex gap-2'>
<Signup />
<LogIn />
<div></div>
</div>
) : (
<div className='flex items-center'>
Expand Down

0 comments on commit 9f09919

Please sign in to comment.