feat(about): team members cliquables si champ link rempli + fix ARIA warning
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s
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:
parent
3499fd0d34
commit
e2df8d04e0
3 changed files with 24 additions and 12 deletions
|
|
@ -19,6 +19,7 @@ $specificData = [
|
|||
'name' => $file->memberName()->value(),
|
||||
'role' => $file->role()->value(),
|
||||
'photo' => $file->url(),
|
||||
'link' => $file->link()->value() ?: null,
|
||||
];
|
||||
})->values()
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue