mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 08:57:03 +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:
|
||||
'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. ' +
|
||||
'The illustrations you see on this page are from Undraw.',
|
||||
'[**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.',
|
||||
image: `${baseUrl}img/undraw_code_review.svg`,
|
||||
imageAlign: 'left',
|
||||
title: 'Wonderful SVG Illustrations',
|
||||
|
|
|
@ -61,7 +61,7 @@ function DocBody(props) {
|
|||
<DocsPaginator />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col col--2 col--offset-1">
|
||||
<div className="col col--3 col--offset-1">
|
||||
{content.rightToc && <Headings headings={content.rightToc} />}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue