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