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 + {' '} + + ))}