Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat(frontend): Replace "Contact Us" with "Join the community" (#455)
Browse files Browse the repository at this point in the history
Resolves #454
  • Loading branch information
frol authored Oct 19, 2020
1 parent fcfd691 commit e1446af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions frontend/src/components/utils/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default () => (
<div className="footer-help">
<span className="need-help-contact">Need Help?</span>
<span className="need-help-contact need-help-contact-bottom">
Contact Us
Join Community
</span>
</div>
</Col>
Expand Down Expand Up @@ -73,11 +73,9 @@ export default () => (
}
.footer-help {
background-color: #ffffff;
height: 80px;
text-align: left;
line-height: 1px;
padding: 8% 20%;
padding: 40px 20%;
}
.help-image {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/utils/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default () => (
.near-main-logo {
width: 210px !important;
padding: 15px;
padding: 14px;
}
.near-main-container {
Expand Down

0 comments on commit e1446af

Please sign in to comment.