From e5e3e5ed98fc7d9b3c0b61c142a08cbe9f208c95 Mon Sep 17 00:00:00 2001 From: becarta Date: Tue, 4 Feb 2025 02:58:00 +0100 Subject: [PATCH] changed text size certifications --- src/components/widgets/Testimonials.astro | 6 +++--- src/pages/index.astro | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/widgets/Testimonials.astro b/src/components/widgets/Testimonials.astro index 400eb9c..072765b 100644 --- a/src/components/widgets/Testimonials.astro +++ b/src/components/widgets/Testimonials.astro @@ -26,7 +26,7 @@ const { { testimonials && testimonials.map(({ title, linkUrl, name, description, image }) => ( - + {title &&

{title}

} {image && (
@@ -50,8 +50,8 @@ const { {/* Text content takes up the remaining space */}
- {name &&

{name}

} - {description &&

{description}

} + {name &&

{name}

} + {description &&

{description}

}
)) diff --git a/src/pages/index.astro b/src/pages/index.astro index 010aab4..67eb8dc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -310,8 +310,8 @@ const metadata = { }, }, { - name: 'Microsoft 365 Certified: Teams Administrator Associate', - description: 'Earning the Microsoft 365 Certified: Teams Administrator Associate certification demonstrates your ability to plan, deploy, configure, and manage Microsoft Teams to facilitate efficient collaboration and communication within a Microsoft 365 environment.', + name: 'M365: Teams Administrator Associate', + description: 'Earning the Teams Administrator Associate certification demonstrates your ability to plan, deploy, configure, and manage Microsoft Teams to facilitate efficient collaboration and communication within a Microsoft 365 environment.', linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/m365-teams-administrator-associate/?practice-assessment-type=certification', image: { src: MicrosoftAssociate, @@ -345,6 +345,7 @@ const metadata = { alt: 'Nexthink Administrator badge', }, }, + ]} />