From 7ab6da5e9b5bee40d54f8fe832b70b37f715523a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 2 Mar 2024 10:01:22 +0800 Subject: [PATCH] Relayout the previous catchups list --- src/pages/catchup.jsx | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/src/pages/catchup.jsx b/src/pages/catchup.jsx index ac55f5ed..db4258c9 100644 --- a/src/pages/catchup.jsx +++ b/src/pages/catchup.jsx @@ -713,28 +713,30 @@ function Catchup() { {formatRange( new Date(pc.startAt), new Date(pc.endAt), - )}{' '} - - {pc.count} posts - + )} {' '} - + + + {pc.count} posts + {' '} + + ))}