From d39ceb7e9faa71e4f340313aae582abfac949db9 Mon Sep 17 00:00:00 2001 From: Sascha Date: Thu, 18 Sep 2025 10:31:47 +0200 Subject: [PATCH] adding udemy certificate --- src/components/sections/CertificationsSection.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/sections/CertificationsSection.tsx b/src/components/sections/CertificationsSection.tsx index 938b61b..61f2455 100644 --- a/src/components/sections/CertificationsSection.tsx +++ b/src/components/sections/CertificationsSection.tsx @@ -11,6 +11,12 @@ export default function CertificationsSection({ title = "Certifications & Achievements", subtitle = "My professional qualifications and continuous learning", certifications = [ + { + name: "Prompt Engineering from Scratch", + issuer: "Udemy", + year: "2025", + icon: "" + }, { name: "Understanding Typescript", issuer: "Udemy", @@ -61,10 +67,10 @@ export default function CertificationsSection({
{cert.icon ? ( - {cert.issuer} ) : (