1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-10 16:40:26 +00:00

Change crowdfunding Bountysource to OpenCollective.

This commit is contained in:
Kazu Yokomizo
2017-10-25 23:58:36 +09:00
parent b38d5789f3
commit 73dc6a4a92
4 changed files with 5 additions and 5 deletions
@@ -36,7 +36,7 @@ class Crowdfunding extends React.Component {
<p>Boostnote maintainers.</p>
<br />
<button styleName='cf-link'>
<a href='https://salt.bountysource.com/teams/boostnote' onClick={(e) => this.handleLinkClick(e)}>Support via Bountysource</a>
<a href='https://opencollective.com/boostnoteio' onClick={(e) => this.handleLinkClick(e)}>Support via OpenCollective</a>
</button>
</div>
)
@@ -74,7 +74,7 @@ class InfoTab extends React.Component {
>Boostnote Shop</a> : Products are shipped to all over the world 🌏
</li>
<li>
<a href='https://salt.bountysource.com/teams/boostnote'
<a href='https://opencollective.com/boostnoteio'
onClick={(e) => this.handleLinkClick(e)}
>Crowdfunding</a> : Thank you for your support 🎉
</li>