From 12be94af18b0a96d2fb7a6554f330b487c28268f Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Wed, 17 Nov 2021 21:50:19 +0000 Subject: [PATCH] Changed p to h2 in Projects component --- components/Projects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Projects.js b/components/Projects.js index 503f3a1..ac86ff2 100644 --- a/components/Projects.js +++ b/components/Projects.js @@ -4,9 +4,9 @@ import ExternalLink from './ExternalLink'; export default function Projects({projectData}) { return ( <> -

+

Projects -

+

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