fix component

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

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

Loading…
Cancel
Save