misc: fixes

This commit is contained in:
Yangshun Tay 2019-04-23 21:23:18 -07:00
parent 16fe5196cb
commit 82ded54b1a
2 changed files with 3 additions and 3 deletions

View file

@ -107,8 +107,8 @@ class Index extends React.Component {
{ {
content: content:
'To make your landing page more attractive, use illustrations! Check out ' + 'To make your landing page more attractive, use illustrations! Check out ' +
'[**Undraw**](https://undraw.co/) which provides you with customizable illustrations which are free to use. ' + '[**unDraw**](https://undraw.co/) which provides you with customizable illustrations which are free to use. ' +
'The illustrations you see on this page are from Undraw.', 'The illustrations you see on this page are from unDraw.',
image: `${baseUrl}img/undraw_code_review.svg`, image: `${baseUrl}img/undraw_code_review.svg`,
imageAlign: 'left', imageAlign: 'left',
title: 'Wonderful SVG Illustrations', title: 'Wonderful SVG Illustrations',

View file

@ -61,7 +61,7 @@ function DocBody(props) {
<DocsPaginator /> <DocsPaginator />
</div> </div>
</div> </div>
<div className="col col--2 col--offset-1"> <div className="col col--3 col--offset-1">
{content.rightToc && <Headings headings={content.rightToc} />} {content.rightToc && <Headings headings={content.rightToc} />}
</div> </div>
</div> </div>