Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4ad8ea

Browse files
committed
Use web contact forms rather than e-mail addresses
1 parent a3ef89a commit c4ad8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/footer/footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const Footer = () => (
77
<div className="footer">
88
<div className="footer__inner">
99
We're always happy to help. Feel free to{' '}
10-
<a href="mailto:support@hackerone.com">contact support</a>,{' '}
11-
<a href="mailto:sales@hackerone.com">connect with our sales team</a>, or{' '}
10+
<a href="https://support.hackerone.com/hc/en-us/requests/new">contact support</a>,{' '}
11+
<a href="https://www.hackerone.com/contact">connect with our sales team</a>, or{' '}
1212
<a href="https://www.hackerone.com" target="_blank">
1313
check out our website
1414
</a>.

0 commit comments

Comments
 (0)