Skip to content

Commit

Permalink
Merge pull request #301 from kleros/fix/otc-link
Browse files Browse the repository at this point in the history
Fix: switch form for mailto link
  • Loading branch information
jaybuidl authored Feb 3, 2025
2 parents adef27a + 7b3d89f commit b3554cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const IndexPage = ({ intl }) => (
</p>
</div>
<div className={styles.otcButton}>
<a className="btn btn-primary" href="https://docs.google.com/forms/d/e/1FAIpQLSfQwhyI_IqerENalCO9GODaGQHeILproSkWkPcbv0hsSgXg4Q/viewform">
<a className="btn btn-primary" href="mailto:[email protected]?subject=OTC%20offer">
<FormattedMessage id="token.section-otc.button" />
</a>
</div>
Expand Down

0 comments on commit b3554cb

Please sign in to comment.