From 77caea15c17796685e6e9930b9201674bcb8c099 Mon Sep 17 00:00:00 2001 From: hector Date: Mon, 11 Mar 2024 00:43:30 -0600 Subject: [PATCH] [add] improving text and removing unnecesary projects --- src/components/AboutMe.tsx | 4 ++-- src/util/Paragraph.tsx | 2 +- src/util/Projects.ts | 17 ----------------- 3 files changed, 3 insertions(+), 20 deletions(-) diff --git a/src/components/AboutMe.tsx b/src/components/AboutMe.tsx index add2a79..a05be58 100644 --- a/src/components/AboutMe.tsx +++ b/src/components/AboutMe.tsx @@ -9,7 +9,7 @@ const AboutMe = () => {
{ delay={0.3} duration={0.7} title="Currently" - content="I am currently in my first year of university in Software Development at the Universidad Católica de El Salvador, Santa Ana." + content="I am currently in my first year of college in Software Development Engineering at Universidad Católica de El Salvador, Santa Ana." />
diff --git a/src/util/Paragraph.tsx b/src/util/Paragraph.tsx index 7a8febe..fe6a5a9 100644 --- a/src/util/Paragraph.tsx +++ b/src/util/Paragraph.tsx @@ -39,7 +39,7 @@ const Paragraph = ({ isTitle, title, content, duration = 0.5, delay = 0.2}: pTex )}