Skip to content

Commit

Permalink
Merge pull request #428 from privacy-scaling-explorations/fix/ballot-…
Browse files Browse the repository at this point in the history
…images
  • Loading branch information
ctrlc03 authored Oct 29, 2024
2 parents 01e0667 + b88c3a3 commit 46eeacd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const ProjectAvatarWithName = ({

return (
<Component className="flex flex-1 items-center gap-4" href={`/rounds/${pollId}/${id}`} tabIndex={-1}>
<ProjectAvatar rounded="full" size="sm" url={metadata.data?.bannerImageUrl} />
<ProjectAvatar rounded="full" size="sm" url={metadata.data?.profileImageUrl} />

<div>
<div className="font-bold uppercase dark:text-white">{metadata.data?.name}</div>
Expand Down

0 comments on commit 46eeacd

Please sign in to comment.