Skip to content

Commit

Permalink
Error in bounty info page when the bounty has a sponsor (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioantonio authored Mar 7, 2024
1 parent b784ef8 commit 1d58604
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/src/components/profileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ export const ProfileCard: FC<{
altseed={profile.Address}
/>
<Stack>
<Text fw={500} size="lg">
<Group>
{badge && (
<Badge color={badgeColor || "red"}>
{badge}
</Badge>
)}
<Group>
{badge && (
<Badge color={badgeColor || "red"}>
{badge}
</Badge>
)}
<Text fw={500} size="lg">
{profile.Name}
</Group>
<CodeWithCopyButton value={profile.Address} />
</Text>
</Text>
</Group>
<CodeWithCopyButton value={profile.Address} />
<Text fw={700} size="xl" c="dimmend">
{children}
</Text>
Expand Down

0 comments on commit 1d58604

Please sign in to comment.