Fix path to paints markdown file.
This commit is contained in:
parent
1b1318d43b
commit
7af0994dd7
@ -15,7 +15,7 @@ const PaintsPage = () => {
|
|||||||
<Breadcrumbs separator=' > ' path="plamo">
|
<Breadcrumbs separator=' > ' path="plamo">
|
||||||
{['Plamo']}
|
{['Plamo']}
|
||||||
</Breadcrumbs>
|
</Breadcrumbs>
|
||||||
<MarkdownPage md={'Plamo/' + language + '/paints/paints.md'} />
|
<MarkdownPage md={'Plamo/paints/' + language + '/paints.md'} />
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<table id="collectionTable" className={'table table-' + theme}>
|
<table id="collectionTable" className={'table table-' + theme}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user