From 33e6557e2892786539c7b171c37d13085bcd6610 Mon Sep 17 00:00:00 2001 From: Srujithchaithanya1 Date: Sun, 19 Apr 2026 00:39:15 +0530 Subject: [PATCH] feature: added firstName Add first names to contributors page Fixes #78 --- .../src/app/content/contributors/contributors.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/website-angular/src/app/content/contributors/contributors.component.html b/projects/website-angular/src/app/content/contributors/contributors.component.html index e310192..fa42df8 100644 --- a/projects/website-angular/src/app/content/contributors/contributors.component.html +++ b/projects/website-angular/src/app/content/contributors/contributors.component.html @@ -83,6 +83,7 @@

Contributors

Name {{ sortIcon('displayName') }} + First Name ORCID Authored Pathways @@ -108,6 +109,7 @@

Contributors

{{ c.person.displayName }} + {{ c.person.firstname }} @if (c.person.orcidId) {