diff --git a/src/components/page-footer.js b/src/components/page-footer.js index ff8a8c9bd77..301509b34b8 100644 --- a/src/components/page-footer.js +++ b/src/components/page-footer.js @@ -44,7 +44,7 @@ const Contributors = ({contributors = [], latestCommit}) => { ))} {latestCommit ? ( - + Last edited by {latestCommit.login} on{' '} {format(new Date(latestCommit.date))} diff --git a/src/mdx/code.js b/src/mdx/code.js index 0dddcef0823..c5732d9edcf 100644 --- a/src/mdx/code.js +++ b/src/mdx/code.js @@ -114,7 +114,16 @@ function Code({className = '', prompt, children}) { {tokens.map((line, i) => ( {line.map((token, key) => ( - + ))} ))}