Skip to content

Commit

Permalink
Merge pull request #210 from debtcollective/thank-you-page
Browse files Browse the repository at this point in the history
fix(welcome): change title to be monospace
  • Loading branch information
orlando authored Jan 11, 2021
2 parents 6525030 + 3f96e46 commit e035450
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/CampaignWelcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ const CampaignWelcomeHeader = () => (
<>
<Row>
<Col>
<h1 className="text-center">Thank you for joining!</h1>
<h1 className="text-center section-title mb-0 text-monospace">
Thank you for joining!
</h1>
</Col>
</Row>
<Row className="my-4">
<Row className="my-5">
<Col>
<p>
Thousands of Debt Collective members are working together to win a
debt jubilee and free college.
</p>
<p className="mt-3">
For additional actions that you can take, click below.
debt jubilee and free college. For additional actions that you can
take, click below.
</p>
</Col>
</Row>
Expand Down

0 comments on commit e035450

Please sign in to comment.