feat(about): team members cliquables si champ link rempli + fix ARIA warning
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s

closes #3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-21 09:28:36 +01:00
parent 3499fd0d34
commit e2df8d04e0
3 changed files with 24 additions and 12 deletions

View file

@ -19,6 +19,7 @@ $specificData = [
'name' => $file->memberName()->value(),
'role' => $file->role()->value(),
'photo' => $file->url(),
'link' => $file->link()->value() ?: null,
];
})->values()
];