Skip to content

Commit

Permalink
Merge pull request #3133 from near/add-contact-us
Browse files Browse the repository at this point in the history
feat(Footer): add contact us
  • Loading branch information
trechriron authored Apr 3, 2024
2 parents dfd94a4 + 77e1e78 commit d2fc909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/frontend/src/components/common/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ const Footer = () => {
) : <img src={NearLogo} alt='NEAR' />
}
</div>
<div className='support-link'>
<a href="https://nearhelp.zendesk.com/hc/en-us/requests/new" target="_blank" rel="noopener noreferrer">
Contact Support
</a>
</div>
<div>
&copy; {new Date().getFullYear()} <Translate id='footer.copyrights' />
</div>
Expand Down

0 comments on commit d2fc909

Please sign in to comment.