From e5207a83205ed3a6f2449dfb06c925ade042923d Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 8 Oct 2025 16:17:22 +0200 Subject: [PATCH] Remove article in front of tutor. --- src/layouts/MarkdownPage.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/MarkdownPage.astro b/src/layouts/MarkdownPage.astro index 1cb5f76..9b1b621 100644 --- a/src/layouts/MarkdownPage.astro +++ b/src/layouts/MarkdownPage.astro @@ -25,7 +25,7 @@ function upperFirst(string) { { tutorEntries && (
-

{tutorEntries.length === 1 ? 'Il' : 'I'} Tutor

+

Tutor

{tutorEntries.map(({ name, image, contacts }) => (

{name ?? '???'}