Update: Message for too large files

This commit is contained in:
Derek1256 2025-03-13 04:42:46 +00:00
parent 14870a90ff
commit 96d96ddb7d

View file

@ -97,7 +97,7 @@ export default () => {
{files.length > 500 && (
<div css={tw`rounded bg-yellow-400 mb-px p-3`}>
<p css={tw`text-yellow-900 text-sm text-center`}>
This directory is too large to display in the browser, limiting the output
Please open this in SFTP as this is too large for the poor browser to load. limiting the output
to the first 500 files.
</p>
</div>