safak / youtube

5.04k stars 5.47k forks source link

Add logout button in Navbar.jsx #138

Open mdbailin opened 1 year ago

mdbailin commented 1 year ago

I have added a logout button in Navbar.jsx that conditionally renders if a user is logged in. The button users the LogOut reducer to mutate the user state and goes back to the home page.