diff --git a/browser/components/NoteItem.js b/browser/components/NoteItem.js
index cee7698d..24ac2437 100644
--- a/browser/components/NoteItem.js
+++ b/browser/components/NoteItem.js
@@ -71,7 +71,7 @@ const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteCont
{note.tags.length > 0
? TagElementList(note.tags)
- :
+ :
}
diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl
index ec90fd2b..36245606 100644
--- a/browser/components/NoteItem.styl
+++ b/browser/components/NoteItem.styl
@@ -98,8 +98,6 @@ $control-height = 30px
background-color transparent
color $ui-inactive-text-color
-.item-bottom-tagList-empty
-
.item-bottom-time
color $ui-inactive-text-color
font-size 10px
diff --git a/browser/main/modals/PreferencesModal/InfoTab.js b/browser/main/modals/PreferencesModal/InfoTab.js
index 3af565fd..7cd08150 100644
--- a/browser/main/modals/PreferencesModal/InfoTab.js
+++ b/browser/main/modals/PreferencesModal/InfoTab.js
@@ -56,10 +56,10 @@ class InfoTab extends React.Component {
onClick={(e) => this.handleLinkClick(e)}
>GitHub Issue: Let us hear your feedback 🙌
-
+
Copyright (C) 2017 Maisin&Co.
-
+
License: GPL v3