1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +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>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>
<button styleName='cf-link'>
<a href='https://salt.bountysource.com/teams/boostnote' onClick={(e) => this.handleLinkClick(e)}>Support via Bountysource</a>
</button>
</div>
)
@@ -51,4 +49,4 @@ class Crowdfunding extends React.Component {
Crowdfunding.propTypes = {
}
export default CSSModules(Crowdfunding, styles)
export default CSSModules(Crowdfunding, styles)