Skip to content

Commit

Permalink
fix: landing icons and verify email template (#16178)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuincyLarson authored and raisedadead committed Dec 11, 2017
1 parent 127fae5 commit 8848673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions client/less/main.less
Expand Up @@ -134,8 +134,8 @@ h1, h2, h3, h4, h5, h6, p, li {
}

.landing-icon {
height: 200px;
width: 200px;
height: 100px;
width: 100px;
}

.completion-icon {
Expand Down
8 changes: 2 additions & 6 deletions server/views/emails/user-request-update-email.ejs
Expand Up @@ -4,10 +4,6 @@ Please verify your email by following the link below:

<a href="<%= verifyHref %>"><%= verifyHref %></a>

Please email us at this address if you have any questions about freeCodeCamp.
Happy coding!

Good luck with the challenges!

Thanks,
The freeCodeCamp Team.
team@freecodecamp.org
- The freeCodeCamp Team

0 comments on commit 8848673

Please sign in to comment.