From 74d11e89504db83dd0559e202c520b2cdb589919 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sat, 18 Apr 2026 17:37:43 -0400 Subject: [PATCH] Fix license order: PA first, then MD --- src/sections/Credentials.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sections/Credentials.tsx b/src/sections/Credentials.tsx index 79905fb..855e095 100644 --- a/src/sections/Credentials.tsx +++ b/src/sections/Credentials.tsx @@ -7,14 +7,14 @@ type CredentialCard = { const certifications: CredentialCard[] = [ { - title: 'Active MD LCPC', - description: 'License PC014692', + title: 'Active PA LCPC', + description: 'Pennsylvania License PC014692', fileHref: '/docs/PC014692 (1).pdf', fileLabel: 'Download PDF', }, { - title: 'Active MD LCPC (Certificate)', - description: 'Document for active credential status.', + title: 'Active MD LCPC', + description: 'Maryland License Certificate', fileHref: '/docs/ActiveMDLCPC.pdf', fileLabel: 'Download PDF', },