Skip to content

Commit

Permalink
making the style proper
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikSampson committed Sep 19, 2024
1 parent 95d2a4b commit 0b2defa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/components/views/donate/DonatePageProjectDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ export const DonatePageProjectDescription: FC<
</Link>
{isQRDonation ? (
<>
<Subline color={neutralColors.gray[700]}>
{formatMessage({
id: 'label.amount_raised_in_this_round',
})}
</Subline>

<AmountRaisedText>
<Subline color={neutralColors.gray[700]}>
{formatMessage({
id: 'label.amount_raised_in_this_round',
})}
</Subline>
</AmountRaisedText>
<PriceText>
{formatDonation(
(activeStartedRound
Expand Down

0 comments on commit 0b2defa

Please sign in to comment.