fix(web): drop 'keep scrolling to load more' tail from subtitle

This commit is contained in:
yiekheng 2026-05-03 11:43:21 +08:00
parent ee74ebda64
commit fa93a8c866
2 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ function PageHead({
</h1>
{showLoaded && (
<p className="mt-1 text-[11px] text-zinc-400">
Showing {loaded} of {total} keep scrolling to load more
Showing {loaded} of {total}
</p>
)}
</div>

View File

@ -491,7 +491,7 @@ function PageHead({
</h1>
{showLoaded && (
<p className="mt-1 text-[11px] text-zinc-400">
Showing {loaded} of {total} keep scrolling to load more
Showing {loaded} of {total}
</p>
)}
</div>