Skip to content

Commit

Permalink
logout comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Angryman18 committed Aug 4, 2022
1 parent 8d73a41 commit 8d16a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/header/HeaderNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { GoX } from "react-icons/go";
import { Modal, Box, Typography, Menu } from "@mui/material";
import { useContext } from "react";
import { SearchContext } from "common/search/search-context";
import LogOut from './Logout'
// import LogOut from './Logout'

const HeaderNav = ({ showBrowse }) => {
const { showShareModal, setShowShareModal } = useContext(SearchContext);
Expand Down Expand Up @@ -153,7 +153,7 @@ const HeaderNav = ({ showBrowse }) => {
<span className="btn-label">Share</span>
</button>
</li>
// <LogOut />
{/* <LogOut /> */}
<Menu anchorEl={anchorEl} open={open} onClose={handleClose}>
<Box sx={{ p: 4, pt: 2, borderRadius: 2, width: "360px" }}>
<h3 className="section-title">Show Love</h3>
Expand Down

0 comments on commit 8d16a67

Please sign in to comment.