patch project/projectList structure

This commit is contained in:
2022-09-26 12:40:36 -04:00
parent e7b01fea39
commit d8786454fa
3 changed files with 8 additions and 8 deletions

View File

@@ -11,10 +11,8 @@ export default function ProjectList(props){
);
});
return(
<>
<ul className='projectList centeredForeground' data-aos='fade-up'>
<div className='projectList centeredForeground' data-aos='fade-up'>
{projects}
</ul>
</>
</div>
);
}