From 60e997112fe1ef77e50abef4286cb36733a721ff Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Wed, 9 Feb 2022 13:48:14 +0000 Subject: [PATCH] Updated heading in Projects component --- components/Projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Projects.js b/components/Projects.js index 3cae84e..b5ea8e5 100644 --- a/components/Projects.js +++ b/components/Projects.js @@ -5,7 +5,7 @@ export default function Projects({projectData}) { return (

- Projects + Personal Projects

{projectData.map((project, idx) => (