diff --git a/app/components/Article/KeepGoing/index.tsx b/app/components/Article/KeepGoing/index.tsx
index b08e2016..54f4bb53 100644
--- a/app/components/Article/KeepGoing/index.tsx
+++ b/app/components/Article/KeepGoing/index.tsx
@@ -18,7 +18,7 @@ type NextArticleProps = {
const NextArticle = ({section, next, first}: NextArticleProps) =>
next && (
<>
-
Keep reading!
+ Keep Reading
{first ? 'Start' : 'Continue'} with the {first ? 'first' : 'next'} entry in "
{section?.title}"
@@ -59,15 +59,15 @@ export const KeepGoing = ({pageid, relatedQuestions}: Question) => {
)}
{next && hasRelated && !skipNext && (
-
Or jump to a related question
+
Or jump to a related question
)}
{hasRelated && !skipNext && (
-
+
)}
{skipNext && (
-
+
{
Questions?
- Ask Stampy, our chatbot, any question about AI safety
+ Ask Stampy, our chatbot, any questions about AI safety
-
Try asking me...
+
Try asking me...
{questions.map(({title}, i) => (