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

Change the info at infoModal

This commit is contained in:
Kazu Yokomizo
2017-04-12 20:17:06 +09:00
parent 54c2d7bac9
commit c4be052a49
3 changed files with 22 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ class InfoTab extends React.Component {
<div styleName='icon-right'>
<div styleName='appId'>Boostnote {appVersion}</div>
<div styleName='description'>
A simple markdown/snippet note app for developer.
An open source note-taking app made for programmers just like you.
</div>
</div>
</div>
@@ -39,17 +39,17 @@ class InfoTab extends React.Component {
<a href='http://maisin.co/'
onClick={(e) => this.handleLinkClick(e)}
>MAISIN&CO.</a></div>
<div styleName='copyright'>Copyright 2017 MAISIN&CO. All rights reserved.</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>
Any kinds of feedback, creating a new issue or a pull request, would be welcomed.
Let us hear your feedback🙌
</li>
<li>
Issue Tracker : <a href='https://github.com/BoostIO/Boostnote/issues'
GitHub Issue : <a href='https://github.com/BoostIO/Boostnote/issues'
onClick={(e) => this.handleLinkClick(e)}
>https://github.com/BoostIO/Boostnote/issues</a>
</li>