Skip to content

Commit b3554cb

Browse files
authored
Merge pull request #301 from kleros/fix/otc-link
Fix: switch form for mailto link
2 parents adef27a + 7b3d89f commit b3554cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const IndexPage = ({ intl }) => (
138138
</p>
139139
</div>
140140
<div className={styles.otcButton}>
141-
<a className="btn btn-primary" href="https://docs.google.com/forms/d/e/1FAIpQLSfQwhyI_IqerENalCO9GODaGQHeILproSkWkPcbv0hsSgXg4Q/viewform">
141+
<a className="btn btn-primary" href="mailto:[email protected]?subject=OTC%20offer">
142142
<FormattedMessage id="token.section-otc.button" />
143143
</a>
144144
</div>

0 commit comments

Comments
 (0)