From 66822d929b48c93e44acb2c73a542417549335ac Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 1 Feb 2022 23:26:27 +0100 Subject: chore: move pagination cursor title in a separate div The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar. --- src/pages/blog/index.tsx | 1 + src/pages/recherche/index.tsx | 1 + 2 files changed, 2 insertions(+) (limited to 'src/pages') diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx index c0d99e9..cea5688 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -169,6 +169,7 @@ const Blog: NextPageWithLayout = ({ fallback }) => { isDisabled={isLoadingMore} clickHandler={loadMorePosts} position="center" + spacing={true} > {intl.formatMessage({ defaultMessage: 'Load more?', diff --git a/src/pages/recherche/index.tsx b/src/pages/recherche/index.tsx index 8e4033b..42e45cd 100644 --- a/src/pages/recherche/index.tsx +++ b/src/pages/recherche/index.tsx @@ -150,6 +150,7 @@ const Search: NextPageWithLayout = () => { isDisabled={isLoadingMore} clickHandler={loadMorePosts} position="center" + spacing={true} > {intl.formatMessage({ defaultMessage: 'Load more?', -- cgit v1.2.3