Path fix
This commit is contained in:
		
							parent
							
								
									bd588048dd
								
							
						
					
					
						commit
						f7b8ea7d97
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -6,12 +6,12 @@ function AdminMenuPage(): JSX.Element { | |||
|     <> | ||||
|       <h1 className="font-bold text-[30px] mb-[20px]">Administrator Menu</h1> | ||||
|       <div className="border-4 border-black bg-white flex flex-col items-center justify-center min-h-[65vh] h-fit w-[50vw] rounded-3xl content-center overflow-scroll space-y-[10vh] p-[30px]"> | ||||
|         <Link to="/admin-manage-users"> | ||||
|         <Link to="/adminManageUser"> | ||||
|           <h1 className="font-bold underline text-[30px] cursor-pointer"> | ||||
|             Manage Users | ||||
|           </h1> | ||||
|         </Link> | ||||
|         <Link to="/admin-manage-projects"> | ||||
|         <Link to="/adminManageProject"> | ||||
|           <h1 className="font-bold underline text-[30px] cursor-pointer"> | ||||
|             Manage Projects | ||||
|           </h1> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter KW
						Peter KW