mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
misc: fixes
This commit is contained in:
parent
16fe5196cb
commit
82ded54b1a
2 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue