Random Youwen fix
This commit is contained in:
parent
aef3211bee
commit
eda39da463
1 changed files with 2 additions and 2 deletions
|
@ -173,10 +173,10 @@ export default function AuthorDisplay({
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<Bio />
|
<Bio />
|
||||||
<hr className='mx-auto w-full h-1 border-0 bg-slate-200 my-2 rounded-md' />
|
|
||||||
<br />
|
|
||||||
{authorsDocuments.length > 0 && (
|
{authorsDocuments.length > 0 && (
|
||||||
<>
|
<>
|
||||||
|
<hr className='mx-auto w-full h-1 border-0 bg-slate-200 my-2 rounded-md' />
|
||||||
|
<br />
|
||||||
<h1 className='text-3xl md:my-6 my-4 font-serif'>
|
<h1 className='text-3xl md:my-6 my-4 font-serif'>
|
||||||
Published documents
|
Published documents
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Reference in a new issue