1
0

Fix path to paints markdown file.

This commit is contained in:
Kevin Matsubara 2025-10-26 18:42:09 +01:00
parent 1b1318d43b
commit 7af0994dd7

View File

@ -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}>