Testing menu button
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"@fortawesome/free-regular-svg-icons": "^6.5.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
||||
"@fortawesome/react-fontawesome": "^0.2.2",
|
||||
"@noahspan/noahspan-components": "^0.6.2",
|
||||
"@noahspan/noahspan-components": "^0.6.3",
|
||||
"axios": "^1.7.2",
|
||||
"framer-motion": "^11.1.7",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -52,7 +52,8 @@ const SiteNav: React.FC<ISiteNavProps> = ({
|
||||
</div>
|
||||
</MenuHandler>
|
||||
<MenuList>
|
||||
<MenuItem onClick={handleSignOut}>
|
||||
{/* <MenuItem onClick={handleSignOut}> */}
|
||||
<MenuItem>
|
||||
<Typography variant="small">Sign Out</Typography>
|
||||
</MenuItem>
|
||||
</MenuList>
|
||||
|
||||
Reference in New Issue
Block a user