1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Fix CI error

This commit is contained in:
Kazu Yokomizo
2017-10-15 17:25:40 +09:00
parent ebfd8f40e3
commit 0d947c7dd8

View File

@@ -38,10 +38,8 @@ class Crowdfunding extends React.Component {
<p>Thanks,</p> <p>Thanks,</p>
<p>Boostnote maintainers.</p> <p>Boostnote maintainers.</p>
<br /> <br />
<button styleName="cf-link"> <button styleName='cf-link'>
<a href='https://salt.bountysource.com/teams/boostnote' <a href='https://salt.bountysource.com/teams/boostnote' onClick={(e) => this.handleLinkClick(e)}>Support via Bountysource</a>
onClick={(e) => this.handleLinkClick(e)}
>Support via Bountysource</a>
</button> </button>
</div> </div>
) )