mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
patch project/projectList structure
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user