Update profile dropdown links
This commit is contained in:
		
							parent
							
								
									781060e5c6
								
							
						
					
					
						commit
						15d9267b7d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -62,8 +62,8 @@ export default function Shell(props) { | |||
|                                             { | ||||
|                                                 profileDropdownExpanded && ( | ||||
|                                                     <div className="origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg py-1 bg-white ring-1 ring-black ring-opacity-5 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="user-menu"> | ||||
|                                                         <a href="#" className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">Your Profile</a> | ||||
|                                                         <a href="#" className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">Settings</a> | ||||
|                                                         <Link href="/settings/profile"><a className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">Your Profile</a></Link> | ||||
|                                                         <Link href="/settings/password"><a className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">Login & Security</a></Link> | ||||
|                                                         <button onClick={signOut} className="w-full text-left block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">Sign out</button> | ||||
|                                                     </div> | ||||
|                                                 ) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Bailey Pumfleet
						Bailey Pumfleet