Skip to content

Commit

Permalink
refactored avatar name to be dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-rafada committed Mar 25, 2024
1 parent f048eeb commit ff10f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/team/components/TeamCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function TeamCard({
<Link href={`/team/${id}`}>
<Flex direction='column' p='4' alignItems='center'>
<Avatar
name='Spencer Rafada'
name={name}
src={imgSrc}
size={{ base: 'xl', md: '2xl' }}
data-testid='team-card-img'
Expand Down

0 comments on commit ff10f8b

Please sign in to comment.