mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Fix typo
This commit is contained in:
@@ -71,7 +71,7 @@ const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteCont
|
|||||||
<div styleName='item-bottom-tagList'>
|
<div styleName='item-bottom-tagList'>
|
||||||
{note.tags.length > 0
|
{note.tags.length > 0
|
||||||
? TagElementList(note.tags)
|
? TagElementList(note.tags)
|
||||||
: <span styleName='item-bottom-tagList-empty'></span>
|
: <span styleName='item-bottom-tagList-empty' />
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -98,8 +98,6 @@ $control-height = 30px
|
|||||||
background-color transparent
|
background-color transparent
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.item-bottom-tagList-empty
|
|
||||||
|
|
||||||
.item-bottom-time
|
.item-bottom-time
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
font-size 10px
|
font-size 10px
|
||||||
|
|||||||
@@ -56,10 +56,10 @@ class InfoTab extends React.Component {
|
|||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
>GitHub Issue</a>: Let us hear your feedback 🙌
|
>GitHub Issue</a>: Let us hear your feedback 🙌
|
||||||
</li>
|
</li>
|
||||||
<li styleName="cc">
|
<li styleName='cc'>
|
||||||
Copyright (C) 2017 Maisin&Co.
|
Copyright (C) 2017 Maisin&Co.
|
||||||
</li>
|
</li>
|
||||||
<li styleName="cc">
|
<li styleName='cc'>
|
||||||
License: GPL v3
|
License: GPL v3
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user