From fa93a8c86602a434138b35a9f534cfab80814323 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 3 May 2026 11:43:21 +0800 Subject: [PATCH] fix(web): drop 'keep scrolling to load more' tail from subtitle --- web/components/accounts-table.tsx | 2 +- web/components/users-table.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/accounts-table.tsx b/web/components/accounts-table.tsx index f4d89ee..549de6a 100644 --- a/web/components/accounts-table.tsx +++ b/web/components/accounts-table.tsx @@ -474,7 +474,7 @@ function PageHead({ {showLoaded && (

- Showing {loaded} of {total} — keep scrolling to load more + Showing {loaded} of {total}

)} diff --git a/web/components/users-table.tsx b/web/components/users-table.tsx index 0ef06c5..4f32f2b 100644 --- a/web/components/users-table.tsx +++ b/web/components/users-table.tsx @@ -491,7 +491,7 @@ function PageHead({ {showLoaded && (

- Showing {loaded} of {total} — keep scrolling to load more + Showing {loaded} of {total}

)}