diff --git a/browser/components/NoteItem.js b/browser/components/NoteItem.js index 0a7318dce..24ac24378 100644 --- a/browser/components/NoteItem.js +++ b/browser/components/NoteItem.js @@ -13,7 +13,7 @@ import styles from './NoteItem.styl' */ const TagElement = ({ tagName }) => ( - {tagName} + #{tagName} ) @@ -52,8 +52,10 @@ const NoteItem = ({ isActive, note, dateDisplay, handleNoteClick, handleNoteCont onContextMenu={e => handleNoteContextMenu(e, `${note.storage}-${note.key}`)} >
Your menu for Boostnote