Random Youwen fix

This commit is contained in:
Team 1280 Programming Laptop 2024-02-14 18:10:40 -08:00
parent aef3211bee
commit eda39da463

View file

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