Skip to content

Commit 27603c2

Browse files
committed
Update supporter profile to formal academic name.
This replaces Kasia Modrzejewska with Dr. Katarzyna Modrzejewska in display and image alt text for consistency. Made-with: Cursor
1 parent e6e1b61 commit 27603c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/team/supporters.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { TeamMember } from "@/types/team";
33
export const supporters: TeamMember[] = [
44
{
55
id: "kasia-modrzejewska",
6-
name: "Kasia Modrzejewska",
6+
name: "Dr. Katarzyna Modrzejewska",
77
imageUrl: "/images/team/modrzejewska.webp",
8-
imageAlt: "Kasia Modrzejewska",
8+
imageAlt: "Dr. Katarzyna Modrzejewska",
99
tags: [],
1010
socialLinks: {},
1111
},

0 commit comments

Comments
 (0)