Change MainMenu Load input name

This commit is contained in:
Eric NGUYEN 2022-09-21 16:13:36 +02:00
parent 035f79c566
commit cfdbbb7085

View file

@ -31,7 +31,7 @@ export function MainMenu(props: IMainMenuProps): JSX.Element {
<div className='flex flex-col drop-shadow-lg bg-blue-50 p-12 rounded-lg absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2'>
<form className="flex items-center space-x-6">
<label className="block">
<span className="sr-only">Choose profile photo</span>
<span className="sr-only">Import save</span>
<input
type="file"
accept="application/json"