From 6ce6a7036b910d3fb6f56514f4028cb731a830ab Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Sat, 15 Apr 2017 12:33:16 +0900 Subject: [PATCH] Fix typo --- browser/components/NoteItem.js | 2 +- browser/components/NoteItem.styl | 2 -- browser/main/modals/PreferencesModal/InfoTab.js | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) 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