diff --git a/components/ContentFileNames.tsx b/components/ContentFileNames.tsx index d0c04fe..837ad45 100644 --- a/components/ContentFileNames.tsx +++ b/components/ContentFileNames.tsx @@ -20,7 +20,10 @@ const ContentFileNames = ({ section = 'research', lang = 'en' }) => { icon={} title={title} href={`/${section}/${slug}`} - /> + > + {/* Add your desired content here, or an empty fragment if no content is needed */} + <> + ))} );