From 8e0c8c9255ba5ab466d8372fe223efeb5a3f0833 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 29 Dec 2021 17:52:21 +0100 Subject: chore: replace read more link with ButtonLink component I also fix the load more button position since I removed the margin auto. --- src/pages/blog/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pages/blog/index.tsx') 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 = ({ fallback }) => { )} -- cgit v1.2.3