Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove width prop from bounty <Card> component
Browse files Browse the repository at this point in the history
guidanoli committed Aug 9, 2024
1 parent 35389f5 commit 13a6cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/explore/page.tsx
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ const Bounty: FC<{
fallbackSrc="/static/default_app.webp"
/>
</Card.Section>
<Box w={400} mt="md">
<Box mt="md">
<Group mb={10}>
<Text truncate="end" fw={700} size="lg">
{bounty.name}

0 comments on commit 13a6cfa

Please sign in to comment.