From e4d8a80627f5fa163869dacdc93b7513cf77962c Mon Sep 17 00:00:00 2001 From: Angelo Spampinato Date: Fri, 28 Aug 2020 19:57:38 -0700 Subject: [PATCH] title is now software engineer --- src/components/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home.js b/src/components/Home.js index 1031549..27d06f3 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -3,7 +3,7 @@ import React from 'react' const Home = props => { return (
-

Welcome to Angelo's Portfolio

Full Stack Web Developer

+

Welcome to Angelo's Portfolio

Software Engineer

) }