diff --git a/frontend/src/components/bounty/BountyCard.tsx b/frontend/src/components/bounty/BountyCard.tsx
index aa974a474..49d88a3df 100644
--- a/frontend/src/components/bounty/BountyCard.tsx
+++ b/frontend/src/components/bounty/BountyCard.tsx
@@ -101,7 +101,7 @@ export function BountyCard({ bounty }: BountyCardProps) {
{/* Row 4: Reward + Meta */}
-
+
{formatCurrency(bounty.reward_amount, bounty.reward_token)}
@@ -120,10 +120,12 @@ export function BountyCard({ bounty }: BountyCardProps) {
{/* Status badge */}
-
-
- {statusLabel}
-
+
+
+
+ {statusLabel}
+
+
);
}
diff --git a/frontend/src/components/bounty/BountyDetail.tsx b/frontend/src/components/bounty/BountyDetail.tsx
index 65653fa8f..e62ea4a59 100644
--- a/frontend/src/components/bounty/BountyDetail.tsx
+++ b/frontend/src/components/bounty/BountyDetail.tsx
@@ -25,7 +25,7 @@ export function BountyDetail({ bounty }: BountyDetailProps) {
};
return (
-
+
{/* Back link */}
Back to Bounties
@@ -36,16 +36,16 @@ export function BountyDetail({ bounty }: BountyDetailProps) {
{/* Title + meta */}
-
-
-
+
+
+
{bounty.org_avatar_url && (

)}
{bounty.org_name}/{bounty.repo_name}
{bounty.issue_number &&
#{bounty.issue_number}}
-
{bounty.title}
+
{bounty.title}