From 098bb848960c3dbb881d6c48111d86db7ef3991e Mon Sep 17 00:00:00 2001 From: lalewis7 Date: Sat, 30 Sep 2023 02:08:52 -0400 Subject: [PATCH 1/2] removed diploma from education section --- app/components/Education.jsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/components/Education.jsx b/app/components/Education.jsx index f805991..3ea4b18 100644 --- a/app/components/Education.jsx +++ b/app/components/Education.jsx @@ -1,5 +1,4 @@ import Image from "next/image"; -import { FileEarmarkMedicalFill } from "react-bootstrap-icons"; export default function Education({ edu }) { return <> @@ -18,12 +17,6 @@ export default function Education({ edu }) { {edu.time} -
- - Diploma - -
From 26816a37e7dd7c990d840a7289522c1805d2a70a Mon Sep 17 00:00:00 2001 From: lalewis7 Date: Sat, 30 Sep 2023 02:15:30 -0400 Subject: [PATCH 2/2] changed resume in footer to open in new tab --- app/layout.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.jsx b/app/layout.jsx index 692c01d..ccddda5 100644 --- a/app/layout.jsx +++ b/app/layout.jsx @@ -148,8 +148,8 @@ export default function RootLayout({ children }) {
- Resume