diff --git a/app/components/Article/KeepGoing/index.tsx b/app/components/Article/KeepGoing/index.tsx index 9467c9a5..6ad390ee 100644 --- a/app/components/Article/KeepGoing/index.tsx +++ b/app/components/Article/KeepGoing/index.tsx @@ -22,7 +22,7 @@ const NextArticle = ({section, next, first}: NextArticleProps) => {first ? 'Start' : 'Continue'} with the {first ? 'first' : 'next'} article in " {section?.title}" -
+
{next.title}