1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Change the info at InfoTag modal

This commit is contained in:
Kazu Yokomizo
2017-04-12 22:22:22 +09:00
parent c4be052a49
commit 4ada755793
2 changed files with 31 additions and 34 deletions

View File

@@ -34,24 +34,33 @@ class InfoTab extends React.Component {
</div>
</div>
</div>
<div styleName='clear' />
<div styleName='madeBy'>Made by&nbsp;
<a href='http://maisin.co/'
onClick={(e) => this.handleLinkClick(e)}
>MAISIN&CO.</a></div>
<div styleName='copyright'>© 2017 MAISIN&CO.</div>
</div>
<ul styleName='list'>
<li>
The codes of this app is published under GPLv3 license.
</li>
<li>
Let us hear your feedback🙌
</li>
<li>
GitHub Issue : <a href='https://github.com/BoostIO/Boostnote/issues'
<a href='https://boostnote.io'
onClick={(e) => this.handleLinkClick(e)}
>https://github.com/BoostIO/Boostnote/issues</a>
>Website</a>
</li>
<li>
<a href='https://boostnote.paintory.com/'
onClick={(e) => this.handleLinkClick(e)}
>Boostnote Shop</a>: Products are shipped to all over the world 🌏
</li>
<li>
<a href='https://www.patreon.com/boostnote'
onClick={(e) => this.handleLinkClick(e)}
>Donation via Patreon</a>: Thank you for your support 🎉
</li>
<li>
<a href='https://github.com/BoostIO/Boostnote/issues'
onClick={(e) => this.handleLinkClick(e)}
>GitHub Issue</a>: Let us hear your feedback 🙌
</li>
<li styleName="cc">
Copyright (C) 2017 Maisin&Co.
</li>
<li styleName="cc">
License: GPL v3
</li>
</ul>
</div>