Skip to content

Commit

Permalink
feat(Footer): add contact us
Browse files Browse the repository at this point in the history
  • Loading branch information
s-n-park committed Apr 2, 2024
1 parent dfd94a4 commit 77e1e78
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 77e1e78

Please sign in to comment.