Skip to content

Commit

Permalink
Merge pull request #71 from andela/bug/168473278/change-verify-accoun…
Browse files Browse the repository at this point in the history
…t-email-font

#168473278 change account verification email font
  • Loading branch information
Nkemjiks committed Sep 13, 2019
2 parents 7caccd7 + 85adf59 commit b06ca2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/emailMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const VerifyAccountEmailPage = (info) => {
<h1 style="font-family: 'Roboto', sans-serif; font-weight:normal; text-align: left; margin-left: 25px"><i style="color: #73C81F; margin-right:7px" class="fas fa-feather"></i>Authors Haven</h1>
<h3 style="font-weight: normal; font-family: 'Roboto', sans-serif; normal">Welcome, ${firstName}</h3>
<p style="font-family: 'Roboto', sans-serif">You’ve sucessfully signed up to Authors Haven</p>
<p style="font-weight: bold; font-family:'Courgette', cursive">Share your ideas, get reviews and request collaborations</p>
<p style="font-weight: bold; font-family:'Courgette', cursive">Bring your ideas to life</p>
<p style="font-weight: bold; font-family: 'Roboto', sans-serif">Share your ideas, get reviews and request collaborations</p>
<p style="font-weight: bold; font-family: 'Roboto', sans-serif">Bring your ideas to life</p>
<a href = "${url}" style="font-family:'Roboto', sans-serif; margin: 10px auto auto auto; color: black; display: block; width: 120px; border: 1px solid #73C81F; text-decoration: none; padding:14px; text-transform: uppercase">Confirm Email</a>
</div>
</body>
Expand Down

0 comments on commit b06ca2b

Please sign in to comment.