fix component

pull/357/head
Elvis Saravia 5 months ago
parent 5fa029115d
commit 9d0d5fde84

@ -20,7 +20,10 @@ const ContentFileNames = ({ section = 'research', lang = 'en' }) => {
icon={<FilesIcon />} icon={<FilesIcon />}
title={title} title={title}
href={`/${section}/${slug}`} href={`/${section}/${slug}`}
/> >
{/* Add your desired content here, or an empty fragment if no content is needed */}
<></>
</Card>
))} ))}
</Cards> </Cards>
); );

Loading…
Cancel
Save