Skip to content

Commit d2fc909

Browse files
authored
Merge pull request #3133 from near/add-contact-us
feat(Footer): add contact us
2 parents dfd94a4 + 77e1e78 commit d2fc909

File tree

1 file changed

+5
-0
lines changed
  • packages/frontend/src/components/common

1 file changed

+5
-0
lines changed

packages/frontend/src/components/common/Footer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ const Footer = () => {
116116
) : <img src={NearLogo} alt='NEAR' />
117117
}
118118
</div>
119+
<div className='support-link'>
120+
<a href="https://nearhelp.zendesk.com/hc/en-us/requests/new" target="_blank" rel="noopener noreferrer">
121+
Contact Support
122+
</a>
123+
</div>
119124
<div>
120125
&copy; {new Date().getFullYear()} <Translate id='footer.copyrights' />
121126
</div>

0 commit comments

Comments
 (0)