fix(web): drop 'keep scrolling to load more' tail from subtitle
This commit is contained in:
parent
ee74ebda64
commit
fa93a8c866
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user