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

Fix typo in Infotab

This commit is contained in:
Kazu Yokomizo
2017-04-18 10:20:39 +09:00
parent 131f6780c2
commit bae5f202a5

View File

@@ -49,12 +49,17 @@ class InfoTab extends React.Component {
<li> <li>
<a href='https://www.patreon.com/boostnote' <a href='https://www.patreon.com/boostnote'
onClick={(e) => this.handleLinkClick(e)} onClick={(e) => this.handleLinkClick(e)}
>Donation via Patreon</a>: Thank you for your support 🎉 >Donate via Patreon</a> : Thank you for your support 🎉
</li> </li>
<li> <li>
<a href='https://github.com/BoostIO/Boostnote/issues' <a href='https://github.com/BoostIO/Boostnote/issues'
onClick={(e) => this.handleLinkClick(e)} onClick={(e) => this.handleLinkClick(e)}
>GitHub Issue</a>: Let us hear your feedback 🙌 >GitHub Issues</a> : We'd love to hear your feedback 🙌
</li>
<li>
<a href='https://github.com/BoostIO/Boostnote/blob/master/docs/build.md'
onClick={(e) => this.handleLinkClick(e)}
>Development</a> : Development configurations for Boostnote 🚀
</li> </li>
<li styleName='cc'> <li styleName='cc'>
Copyright (C) 2017 Maisin&Co. Copyright (C) 2017 Maisin&Co.