Updated heading in Projects component

This commit is contained in:
Ryan Freeman 2022-02-09 13:48:14 +00:00
parent b869bfb4e4
commit 60e997112f

View File

@ -5,7 +5,7 @@ export default function Projects({projectData}) {
return (
<section>
<h2 className={styles.description}>
Projects
Personal Projects
</h2>
<div className={styles.grid}>
{projectData.map((project, idx) => (