Remove misleading size constraint from proof upload modal

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-05 12:56:43 +00:00
parent 4a2182ce2a
commit 13a3ff87cc

View file

@ -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>
</>
) : (
<>