Skip to content

Commit

Permalink
fix: add space to blockDonationText (#38075)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmaxed authored and ojeytonwilliams committed Jan 21, 2020
1 parent e7ccaef commit 92ffe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Donation/DonationModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function DonateModal({ show, block, isBlockDonation, closeDonationModal }) {
<Row>
{!closeLabel && (
<Col sm={10} smOffset={1} xs={12}>
<b>Nicely done. You just completed {blockNameify(block)}.</b>
<b>Nicely done. You just completed {blockNameify(block)}. </b>
{donationText}
</Col>
)}
Expand Down

0 comments on commit 92ffe11

Please sign in to comment.