Remove misleading size constraint from proof upload modal
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4a2182ce2a
commit
13a3ff87cc
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ const UploadProofModal: React.FC<{
|
|||
<div className="text-sm text-oliver-black">
|
||||
<span className="font-bold text-success">Click to upload</span> or drag and drop
|
||||
</div>
|
||||
<p className="text-xs text-oliver-black/60">SVG, PNG, JPG or GIF (max. 800x400px)</p>
|
||||
<p className="text-xs text-oliver-black/60">SVG, PNG, JPG or GIF</p>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue