diff --git a/src/templates/blog-post.js b/src/templates/blog-post.js index e547606..3b9c4c5 100644 --- a/src/templates/blog-post.js +++ b/src/templates/blog-post.js @@ -54,7 +54,7 @@ class Translations extends React.Component {
)} - Translated by readers into: + Translated into: {readerTranslations.map((l, i) => ( {l === lang ? ( @@ -75,10 +75,6 @@ class Translations extends React.Component { <> Read the original {' • '} - - Improve this translation - - {' • '} )} View all translated posts{' '} @@ -199,7 +195,7 @@ class BlogPostTemplate extends React.Component { boxShadow: 'none', textDecoration: 'none', color: 'var(--pink)', - fontFamily: 'monospace' + fontFamily: 'monospace', }} to={'/'} >