diff --git a/src/features/Posts/Components/PostCard/BountyCard.tsx b/src/features/Posts/Components/PostCard/BountyCard.tsx index 7db5dad..0bdce44 100644 --- a/src/features/Posts/Components/PostCard/BountyCard.tsx +++ b/src/features/Posts/Components/PostCard/BountyCard.tsx @@ -11,21 +11,25 @@ interface Props { export default function BountyCard({ bounty }: Props) { return (
- +
-

{bounty.title}

-
+

Bounty - {bounty.reward_amount} sats -

+ {bounty.title} + +
+
+ Reward: + {bounty.reward_amount} sats +

{bounty.excerpt}

diff --git a/src/features/Posts/Components/PostCard/QuestionCard.tsx b/src/features/Posts/Components/PostCard/QuestionCard.tsx index e69f32a..60b073e 100644 --- a/src/features/Posts/Components/PostCard/QuestionCard.tsx +++ b/src/features/Posts/Components/PostCard/QuestionCard.tsx @@ -17,7 +17,7 @@ export default function QuestionCard({ question }: Props) {
-

{question.title}

+

{question.title}

{question.excerpt}

diff --git a/src/features/Posts/Components/PostCard/StoryCard.tsx b/src/features/Posts/Components/PostCard/StoryCard.tsx index fc92399..10af4e4 100644 --- a/src/features/Posts/Components/PostCard/StoryCard.tsx +++ b/src/features/Posts/Components/PostCard/StoryCard.tsx @@ -12,7 +12,7 @@ export default function StoryCard({ story }: Props) {
-

{story.title}

+

{story.title}

{story.excerpt}