aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/blog/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/blog/index.tsx')
-rw-r--r--src/pages/blog/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx
index 23013bd..a638bd4 100644
--- a/src/pages/blog/index.tsx
+++ b/src/pages/blog/index.tsx
@@ -55,6 +55,7 @@ const Blog: NextPageWithLayout<BlogPageProps> = ({ fallback }) => {
<Button
isDisabled={isLoadingMore}
clickHandler={() => setSize(size + 1)}
+ position="center"
>{t`Load more?`}</Button>
)}
</>