From 9b985e07b6042266b3d3b93fb1bc424c50ac0ebd Mon Sep 17 00:00:00 2001 From: Sascha Date: Thu, 18 Sep 2025 10:37:28 +0200 Subject: [PATCH] updating certificates --- src/components/sections/CertificationsSection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/sections/CertificationsSection.tsx b/src/components/sections/CertificationsSection.tsx index 61f2455..64e1ef2 100644 --- a/src/components/sections/CertificationsSection.tsx +++ b/src/components/sections/CertificationsSection.tsx @@ -12,20 +12,20 @@ export default function CertificationsSection({ subtitle = "My professional qualifications and continuous learning", certifications = [ { - name: "Prompt Engineering from Scratch", - issuer: "Udemy", + name: "Practical Prompt Engineering Masterclass: Hands-On Learning", + issuer: "Udemy Lecture - Asif Farooqi, Abdullah Dar", year: "2025", icon: "" }, { name: "Understanding Typescript", - issuer: "Udemy", + issuer: "Udemy Lecture - Maximilian Schwarzmüller", year: "2025", icon: "" }, { name: "Angular Step by Step", - issuer: "Udemy", + issuer: "Udemy Lecture - Shivprasad Koirala", year: "2020", icon: "" },