remove memory warning

This commit is contained in:
Robin Appelman 2022-09-03 17:08:12 +02:00
commit a046b1323c

View file

@ -193,7 +193,6 @@ function DemoDropzone({onDrop}: { onDrop: (data: ArrayBuffer) => void }) {
<p>Drop the demo file here ...</p> :
<p>Drag 'n' drop a demo here, or click to a file</p>
}
<p className="warning">Warning, loading a 30m demo file can easily take over a gigabyte of memory</p>
</div>
)
}