We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfd94a4 + 77e1e78 commit d2fc909Copy full SHA for d2fc909
packages/frontend/src/components/common/Footer.js
@@ -116,6 +116,11 @@ const Footer = () => {
116
) : <img src={NearLogo} alt='NEAR' />
117
}
118
</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>
124
<div>
125
© {new Date().getFullYear()} <Translate id='footer.copyrights' />
126
0 commit comments