Skip to content

Commit

Permalink
oauth working
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-jain52 committed Nov 15, 2024
1 parent d7d81fc commit c9f57e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const Navbar = () => {
))}

<LoginButton />
<p>Register as Mentor</p>
</ul>
<div className='burger' onClick={() => setIsOpen(!isOpen)}>{isOpen ? '✖' : '☰'}</div>
</div>
Expand Down

0 comments on commit c9f57e9

Please sign in to comment.