Skip to content
Snippets Groups Projects
Commit 00a3b3f6 authored by Andréas Livet's avatar Andréas Livet
Browse files

Add indication on max upload size and page

parent 8569ef62
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ export function DropZone({ onDrop }: { onDrop: (fileList: File[]) => void }) {
<div {...getRootProps({ style })}>
<input {...getInputProps()} />
<p>Déposez des fichiers ici</p>
<p className="fr-hint-text">(Max. 1Go et 1500 pages)</p>
</div>
</section>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment