Skip to content

Commit

Permalink
update values consultant to thumb image url (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavbm authored Jun 5, 2024
1 parent e9cd903 commit 7a2b716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Staffing/ConsultantRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ export default function ConsultantRows({
<td>
<div className="flex gap-2">
<div className="flex flex-row align-center self-center gap-2">
{consultant.imageUrl ? (
{consultant.imageThumbUrl ? (
<Image
src={consultant.imageUrl}
src={consultant.imageThumbUrl}
alt={consultant.name}
className="w-8 h-8 rounded-full self-center object-contain"
width={32}
Expand Down

0 comments on commit 7a2b716

Please sign in to comment.