mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
Fix CI error
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user