Fix license order: PA first, then MD

This commit is contained in:
2026-04-18 17:37:43 -04:00
parent 58a05c7cdf
commit 74d11e8950
+4 -4
View File
@@ -7,14 +7,14 @@ type CredentialCard = {
const certifications: CredentialCard[] = [ const certifications: CredentialCard[] = [
{ {
title: 'Active MD LCPC', title: 'Active PA LCPC',
description: 'License PC014692', description: 'Pennsylvania License PC014692',
fileHref: '/docs/PC014692 (1).pdf', fileHref: '/docs/PC014692 (1).pdf',
fileLabel: 'Download PDF', fileLabel: 'Download PDF',
}, },
{ {
title: 'Active MD LCPC (Certificate)', title: 'Active MD LCPC',
description: 'Document for active credential status.', description: 'Maryland License Certificate',
fileHref: '/docs/ActiveMDLCPC.pdf', fileHref: '/docs/ActiveMDLCPC.pdf',
fileLabel: 'Download PDF', fileLabel: 'Download PDF',
}, },