Skip to content

Commit

Permalink
hotfix(GroupPageImageAndName): use group name
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Dec 3, 2024
1 parent 3d0b56b commit b805f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/[guild]/GroupPageImageAndName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const GroupPageImageAndName = () => {
<Avatar className={cn("row-span-2 size-20 md:size-24", avatarBg)}>
<AvatarImage
src={group.imageUrl}
alt={`${name} logo`}
alt={`${group.name} logo`}
width={96}
height={96}
/>
Expand Down

0 comments on commit b805f99

Please sign in to comment.